flumm

Results 11 issues of flumm

Hi, i am not sure if this is really an issue, or more of a configuration problem. using this crate, using level 0 compression leads to consistently bigger files than...

Hi, i have a weird issue when i register multiple different keys (e.g. an OnlyKey and a SoloKey) on the same site. When logging in, the solokey (and the onlyke...

kernel 5.0 removed some deprecated timespec/timeval functions so conditionally convert everything to timespec64 Signed-off-by: Dominik Csapak

Hi, i got it running (in a way) but have difficulty using more than one vm running one vm works mostly ok, but when i start a second one, they...

### Summary Types of js_sys::Date functions seem wrong ### Additional Details When i have a Date object in the browser (or nodejs). E.g., i can do `let foo = new...

bug
breaking-change

If the underlying socket is already closed during State::Closing, it is not an error to get `ENOTCONN` when calling shutdown, so ignore it. This can happen when a connection is...

Hi, sorry for the noise, but I didn't find a better place. I'm mostly sure that it's an LG player issue and not really a Jellyfin problem, but maybe someone...

I have a situation here (and at least at one user) where `BiometricStorage.canAuthenticate()` returns `success` but when actually writing to a storage we get the following exception: ``` I/flutter (...

Hi, having ``` .class { font: normal normal normal 14px/3 Arial; } ``` as the input. With 'non dangerous optimizations' (e.g. when using https://css-minify.panfilov.tech/) it gets optimized to: ``` .class{font:400...

when trying to proxy a websocket path like this: ``` [[proxy]] backend = "wss://192.168.0.50:8443/some/path" ws = true insecure = true ``` When using `trunk serve` then, I get the following...

help wanted
good first issue