piegames
piegames
I don't know where the bottlenecks currently are, but I imagine that this approach introduces quite a bit of overhead. So maybe it's a better idea to "build in" a...
Oh, I didn't think to check ArrayString, sorry about that! I just saw that heapless [had an implementation](https://docs.rs/heapless/0.7.7/src/heapless/vec.rs.html#554-561) and that arrayvec didn't. At the core, they simply do `self.extend_from_slice(s.as_bytes())` which...
I agree that `finish` probably should call `flush` on the inner writer, but why close it?
> spoiler: it's not good This is sad to hear, because I greatly hyped about this feature, but I probably should have expected this. A faster-than-before hack is still a...
Possible migration plans: - Detect existing .arbtt folders and move them to the new location - Same as above, but additionally put a symlink on the old location (in case...
I purchased [this](https://www.amazon.com/iKKEGOL-Control-Customized-Keyboard-Multimedia/dp/B07553KW32) foot switch, which interestingly also has the ID `1a86:e026`. It works out of the box, but is wrongly viewed as device with thee switches.
Oh, I totally missed the pre-commit hook, I'll remove Flake8 then. If you want, I can reopen the pull request against the `feature/make-mypy-happy` so that you merge that one once...
Do you want me to give a second try at fixing all the type annotations? Also, why was it a bad attempt?
I don't fully understand the description. Is it about bridging a user's presence to IRC or about other users' presence to Matrix? (Does IRC even have some presence-like features?)
I'd say that explicit calls to check if users are online are a bit intrusive towards the server (imagine doing this for all people in a larger room). But a...