Max Bruckner
Max Bruckner
Maybe this is just a misunderstanding of what `poll_flush` actually means, but from the documentation I would expect `poll_flush` of the `Sink` trait to only return `Poll::Ready` once all buffered...
Currently the `Message` type is a bit hard to work with as can be seen here: https://github.com/communityvi/communityvi/blob/26bfbe16c8c4dc46545edeebf96d2b3aed8887ab/communityvi-server/src/utils/websocket_message_conversion.rs#L4-L33 While looking at the code I also happened to notice the comment about...
The homepage mentions 2.2.1-beta1, but this repository has a 2.2.1 tag. Is 2.2.1 a non beta release and if so, could you please update the homepage?
I noticed this because https://github.com/uutils/coreutils uses this library for its `hashsum` tool that is replacing `md5sum` from GNU coreutils. When I calculate the md5sum of a large file using `hashsum`...
Sometimes it's quite hard to find some music because of accents and the like. It would be much better if the search function would make use of Unicode Collation to...
It would be nice to have separate blocking profiles, so depending on what I'm working on, different sites could be blocked.
It would be nice to have support for NextCloud. This could be achieved using the official android library, see here: https://docs.nextcloud.com/server/9/developer_manual/android_library/examples.html
It should be possible to use the app in offline mode without having to login with dropbox first.
Small proof of concept of a Denial of Service Attack: ```rust use crate::proto::{Input, JoinInput, PostInput}; use tungstenite::Message; use std::time::Duration; mod proto; fn main() { let zeros = vec![48u8; 256]; let...
It would be nice if you could add git tags for the releases. This would enable making packages directly from github without having to rely on the google drive link...