dnlmlr
dnlmlr
I'm in no way an expert for `hyper`, but I've used it a few times in the past and I'll try to address your points: - Under the hood, the...
> Perfect. From the `hyper` documentation it seems that HTTP/2 keep alive (ping) is disabled by default while I know that at least the CDN uses HTTP/2. Any reason not...
I have exactly the same error as the original poster for some video files. This occurs with and without hardware acceleration enabled. The jellyfin log shows a `Slow HTTP Response`...
I figured out how to prevent the issue when `AAC 7.1` is indeed the problem. In the client settings in Jellyfin, there is a `Maximum Allowed Audio Channels` setting which...
I implemented this in https://github.com/gentoo90/winreg-rs/compare/master...dnlmlr:winreg-rs:feature-serialize_some_none. No PR yet just in case I'm missing some major problem. Actually while writing this, I noticed that `None` values would have to be serialized...
Hey! I am also trying to use subsetting for embedded fonts in PDF documents. Since I want to avoid getting too deep into the low level PDF structure, I am...
Yeah I agree that it shouldn't be default, since this is kind of an edge case. What I meant was a way to externally change the encoding mode, for example...
So I'm pretty much zombifying this issue, but this behavior is absolutely unexpected and should not be the default imo. Trimming the input in your solution or a generator function...
A small comment on the parallel loading: It is definitely possible to improve IO reads by parallelizing. This is much more effective on SSDs but still works on HDDs due...
- This seems to happen with pretty much all crates for interactive dialogs - Also seems to be caused if the longest line is close to the terminal width