narodnik
narodnik
### Describe the bug # (Short) History [Originally](https://en.wikipedia.org/wiki/IRCnet#History) IRC was meant to be a decentralized protocol where anybody can join. However due to lack of inbuilt spam protection, the network...
### This is a pyzmq bug - [X] This is a pyzmq-specific bug, not an issue of zmq socket behavior. Don't worry if you're not sure! We'll figure it out...
In my code, I need smooth repeating keys. We do this with a special gadget that takes miniquad key events, and tracks the time. This allows add an initial delay...
when trying to load noto emoji fonts, it works on desktop but not android. More specifically `FT_Load_Glyph` will return `FT_Err_Unimplemented_Feature`. I thought maybe this was due to lacking PNG support...
Added the function hb_ft_font_create_referenced() for creating fonts from freetype faces.
I'm trying to copy a file into the initramfs to make it available for the key_file argument of cryptsetup. ```toml [copies.key] source = "/boot/volume.key" destination = "/boot/volume.key" ``` complains that...
This code will only print the first page: ```python app = Twitter("session") app.sign_in(username, password) user = app.get_user_info(username) users = app.iter_user_followers(username, pages=4) i = 0 for x in users: self_user, followers...
``` Traceback (most recent call last): File "/home/xyz/src/stuff/twat/./post.py", line 35, in message = app.create_tweet(msg, files) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xyz/.local/lib/python3.12/site-packages/tweety/utils.py", line 44, in wrapper return func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xyz/.local/lib/python3.12/site-packages/tweety/user.py", line...
MSVC works fine, but with GNU toolchain fails. Yet cross compiling with MingW works. ``` $ cargo run --target x86_64-pc-windows-gnu ... Compiling zstd-sys v2.0.13+zstd.1.5.6 The following warnings were emitted during...