Results 71 comments of narodnik

Narodism, for me it just prints a single page then exits.

Hmm I'm not sure what's up. I tried running the script again, and now I get: ``` $ ./follow.py Traceback (most recent call last): File "/home/narodnik/src/stuff/twat/follows/./follow.py", line 10, in app.sign_in(username,...

OK I managed to get it working! The instructions were correct, but I had to additionally link using `cargo:rustc-link-lib=...` to libpng and libz. Then rendering bitmap emojis works.

> you shouldn't be handling key repeat on your own outside Miniquad. Unfortunately I have to since I need to do: 1. Apply an initial delay before the repeating key....

For now I'd just introduce the new methods across all platforms, then once there's complete coverage, we can add the `[deprecate]` tag to the old methods. So that would likely...

Miniquad key codes don't give full coverage for keyboards, and the current implementation does not correspond to physical key presses. In both windows and wayland (maybe others), the raw scancode...

Scan codes are u32 values guaranteed to correspond to unique physical key presses. It doesn't matter what the actual value across devices is, you're just guaranteed it's unique per key...

> Sorry. I do not understand you here either. I think: > > 1. When checking **physical key** presses, modifier **should never** change the reported > > 2. When checking...

Stop making poor strawman arguments and going in circles. Firstly I never said you should not make games with Miniquad. But miniquad is not restricted to only making games. Ideally...

Class groups based off binary quadratic forms are secure. See the Chia project for an implementation. However they are close to RSA in performance. Genus 3 hyperelliptic curves are much...