Alexandre Franke
Alexandre Franke
For cases such as https://github.com/syncthing/syncthing-gtk/blob/master/syncthing_gtk/editordialog.py#L432 where a string is used with a numeric value, you need to use `ngettext` instead of regular `gettext` + conditions. Not all languages have the...
I know in Matrix people tend to stay in rooms forever, but rooms that are bridged to IRC still have a lot of these events and they can make it...
I installed translate-toolkit 2.3.0 via pip but the same problem with 2.0.0b5, and with the Fedora 28 package as well. `po2sub -t gnome330.srt po/fr.po fr.srt` fails with ``` po2sub: WARNING:...
I have the following (partial) structure: ``` content/ blog/ 20160323-GNOME-3.20-release-party.md 20170921-GNOME-3.26-release-party.md ``` `20170921-GNOME-3.26-release-party.md` has a `relref` to `20160323-GNOME-3.20-release-party`. When I run `hugo` in versions after 0.64.1, I get the following...
There is a preference to "Share notifications", but it is unclear which way it goes. I want to see notifications from my phone on my desktop, but not notifications from...
The current situation is quite confusing, and I would even call it broken. # Website https://smuxi.im/ exists and seems actively maintained (let’s ignore the 2004-2016 copyright notice in the footer)....
There is currently no indication of which client the inputs will be directed at. I keep having to do circles with my mouse to know where I’m at. Synergy hides...
Pull
A pull button to get the latest changes from origin would be very useful. Bonus points if I can `--rebase`.
It would be nice if the validator was able to just parse the schema, dump a list of expected headers in the correct order and exit. That could then be...
I have (large) files that seem valid to the naked eye but fail to validate against my schema. I’ve tried different things to find out what the issue was but...