jazoom

Results 53 comments of jazoom

Can confirm. I've done a fresh install of Solus KDE 3 different times on different SSDs and this problem occurs each time. There is a 30 second hang in SDDM...

@parkerlreed this is the first I've ever heard of an entropy generator being needed for booting. I didn't need any such thing when I set up LightDM on Arch. Can...

@jonesmz thank you. I'll try that package and see how it goes. @parkerlreed this is a pretty showstopping bug. I thought SDDM had frozen. I restarted and reinstalled several times...

@jonesmz It looks like we have a bit of a problem on Solus: https://dev.getsol.us/T6769

Hopefully, but I agree with the poster there that it is probably not super important. What should actually happen is that this display manager stops making blocking calls for true...

That was interesting. Thanks for the link. This sounds like it'll be good for Linux. It's kinda hard to recommend non-experts switch from Windows to Linux when their first experience...

Perhaps the middleware needs something along these lines? ```ts const contentType = c.res.headers.get("Content-Type"); if (!contentType) { return; } const isCompressible = contentType.includes("text/") || contentType.includes("application/json") || contentType.includes("application/javascript") || contentType.includes("application/xml"); if (!isCompressible)...

It might also be worth having a content size below which compression is not applied.

Cloudflare has a list here which may be a good default https://developers.cloudflare.com/speed/optimization/content/brotli/content-compression

Being able to set it as an option also sounds like a great idea.