main()
main()
I use the JACK sound server and while forked-daapd works fine with JACK's ALSA interface, volume control doesn't work. The player always plays at full volume regardless of what I...
We should use things the way they are meant to be used: All MV-plugins should have the same groupId, only their artifactId should differ, in my opinion. @Multiverse What do...
As pointed out in #1096, parent-child permission relationships are a bit weird: The parent permission **overrides** the child permission! The work in this branch is not finished yet, so I...
Not tested at all Experimental Handle with care I'm tired
Implement the ON CONFLICT and RETURNING extensions as used in e.g. PostgreSQL and Sqlite. Fixes #60.
This is useful to call e.g. [`buffered_amount`](https://docs.rs/web-sys/latest/web_sys/struct.WebSocket.html#method.buffered_amount).
This works in v0.17.2: ```rust #[ouroboros::self_referencing] struct Test { a: i32, #[borrows(mut a)] b: &'this i32, #[borrows(mut b)] c: &'this i32, } ``` but in v0.18 it gives the following...
``` Unknown request 4294967295 CheckSize error size = 0 Size() = 12 CheckRead error ``` I'm getting this output very often. Irregular time intervals, but on average once every two...
I am trying to open a volume where this crate fails to open every file beyond the well-known ones (i.e. FRN > 16). Digging into the code a little, I...
shepmaster/twox-hash#41