Jonathan Schleifer
Jonathan Schleifer
The ending time is always calculated assuming a speed of 100%. The formula should instead use `now + (seconds_total - seconds_elapsed) * speed)`
I have been redirected here from http://github.com/vector-im/riot-web: It seems the current mappings break Apple platforms: For example, `:(` is ☹︎, which is not rendered on Apple platforms as an Emoji,...
Currently, GCC is built with --enable-languages=c,c++. Can you please change this to --enable-languages=c,c++,objc,obj-c++? The overhead is minimal, but it allows using ObjC and ObjC++ on AmigaOS 4.
A lot of functions are declared in the header, but are actually missing, causing linking to fail, while compilation succeeds. Examples are gettimeofday(), sleep(), usleep() and fcntl(), to name just...
Given that the Trezor hardware is vulnerable to voltage glitching which allows easy recovery of the secrets, is there a way to add a passphrase to GPG keys, similar to...
Sometimes, I pipe the output from my password generator into wl-copy. However, it happened now more than once than when pasting, I pasted something else - the old contents of...
Hi! Would it be possible to add support for the [Colemak](https://colemak.com) keyboard layout? It's a popular alternative to Dvorak. I am assuming that JavaScript does not allow getting the keycode...
It's possible to set socket options, but it's not possible to get them. In particular, it would be nice to get net_getsockopt working with SOL_SOCKET, SO_ERROR, as that would make...
When connecting a non-blocking socket and using poll() to wait for it to become ready for writing, calling getsockopt() on it with SOL_SOCKET, SO_ERROR itself returns 0 and returns the...
Would it be possible to add an option to enable OMEMO by default? It keeps happening to me that I don’t use OMEMO when both parties support it because Monal...