mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-18 04:42:47 +00:00
Add bounties page
This commit is contained in:
parent
4a69b79d60
commit
5c45bdd5f8
2 changed files with 69 additions and 3 deletions
56
v2/content/posts/2020/bounties.md
Normal file
56
v2/content/posts/2020/bounties.md
Normal file
|
@ -0,0 +1,56 @@
|
|||
+++
|
||||
title = "Software Bounties"
|
||||
date = 2020-05-22T20:07:43+10:00
|
||||
|
||||
#[extra]
|
||||
#updated = 2020-03-27T21:53:53+11:00
|
||||
+++
|
||||
|
||||
I don't have time to build all the things I'd like to build, so I'm offering
|
||||
bounties on the following work.
|
||||
|
||||
<!-- more -->
|
||||
|
||||
**Details**
|
||||
|
||||
* Payment will be made via PayPal when the criteria is met. If you would prefer
|
||||
another mechanism, feel free to suggest it, but no guarantees.
|
||||
* Amounts are in Australian dollars.
|
||||
* I will not pay out a bounty after the expiration date.
|
||||
* I may choose the extend the expiration date.
|
||||
* _How can I trust you'll pay me?_ I like to think that I'm a trustworthy
|
||||
person. However, if you would like to discuss a partial payment prior
|
||||
to starting work on one of these issues please get in touch.
|
||||
* You have to be the primary contributor to claim the bounty. If someone else
|
||||
does all the work and you just nudge it over the line the other person is
|
||||
the intended recipient.
|
||||
* If in doubt contact me.
|
||||
|
||||
### Emoji Reactions in Fractal
|
||||
|
||||
[Fractal] is a [Matrix] client written in Rust using GTK.
|
||||
|
||||
**Issue:** <https://gitlab.gnome.org/GNOME/fractal/-/issues/530>
|
||||
**Criteria:** Implement emoji reactions in Fractal to the satisfaction of the maintainers, resulting
|
||||
in the issue being closed as completed.
|
||||
**Language:** Rust
|
||||
**Amount:** AU$500
|
||||
**Expires:** 2021-01-01T00:00:00Z
|
||||
|
||||
[Fractal]: https://gitlab.gnome.org/GNOME/fractal
|
||||
[Matrix]: https://matrix.org/
|
||||
|
||||
### Update Mattermost Server to Support Emoji Added After Unicode 9.0
|
||||
|
||||
[Mattermost's][Mattermost] emoji picker is stuck on emoji from Unicode 9. We're now up
|
||||
to Unicode 13 and many emoji added in the last few years are missing. This bounty pertains
|
||||
only to the work required in the Mattermost server, not the desktop and mobile apps.
|
||||
|
||||
**Issue:** <https://mattermost.atlassian.net/browse/MM-13676>
|
||||
**Criteria:** Update the list of emoji in the Mattermost server to Unicode 13.0, resulting
|
||||
in the issue being closed as completed.
|
||||
**Language:** Go
|
||||
**Amount:** AU$200
|
||||
**Expires:** 2021-01-01T00:00:00Z
|
||||
|
||||
[Mattermost]: https://mattermost.com/
|
|
@ -41,6 +41,7 @@ pre {
|
|||
padding: 0.5em 1em;
|
||||
overflow-y: auto;
|
||||
font-size: 14px;
|
||||
color: #fcfcfc;
|
||||
}
|
||||
h1,h2,h3,h4 {
|
||||
font-family: $heading-family;
|
||||
|
@ -121,8 +122,6 @@ nav a:link, nav a:visited {
|
|||
}
|
||||
}
|
||||
article {
|
||||
margin-bottom: 3em;
|
||||
|
||||
h2,h3 {
|
||||
a:link, a:visited {
|
||||
color: currentColor;
|
||||
|
@ -167,6 +166,13 @@ article {
|
|||
margin: 0 0 1em 1em;
|
||||
}
|
||||
}
|
||||
.respond {
|
||||
margin: 4em 0 0.5em 0;
|
||||
|
||||
svg {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
img, canvas, iframe, video, svg {
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
|
@ -250,6 +256,10 @@ footer .copyright {
|
|||
|
||||
.posts-section {
|
||||
width: 100%;
|
||||
|
||||
article {
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
}
|
||||
.projects-section {
|
||||
width: 300px;
|
||||
|
@ -331,7 +341,7 @@ ul.projects {
|
|||
}
|
||||
|
||||
.socials {
|
||||
margin-top: 1em;
|
||||
margin-top: 2em;
|
||||
|
||||
a {
|
||||
text-transform: uppercase;
|
||||
|
|
Loading…
Reference in a new issue