stashymane
stashymane
VSCodium is a fork of the open source part of VSCode, mainly focusing on removing telemetry & proprietary code, which in turn prevents it from using Microsoft's extension marketplace. Is...
Paths are not being converted to or from. `Klaxon().toJsonString(Path.of("value"))` returns `{}`. Klaxon 5.4 on JDK11
With sound resources, a pack only has one file to define them, which is sounds.json. It's not possible to add multiple sound resources manually with the provided addAsset, as it...
Currently, no matter what auth method is used, the login link redirects to filebrowser's own login, which is, at least from what I can see, no-op with proxy auth. It...
As noted in [this discussion](https://github.com/tomMoulard/fail2ban/discussions/83), fail2ban currently only uses the request's IP for banning. This makes it impossible to properly ban IPs when behind a proxy, like Cloudflare. A configuration...
Instead of recompiling nginx with fastcgi_cache_purge or installing a custom build of it, there is a `libnginx-mod-http-cache-purge` package available in the universe repo, completely hassle-free - https://www.ubuntuupdates.org/package/core/lunar/universe/base/libnginx-mod-http-cache-purge [This guide](https://easyengine.io/wordpress-nginx/tutorials/single-site/fastcgi-cache-with-purging/) (and...
I currently have a project with a custom `jsconfig.json` in the root project directory (force-app/main/default). It has specific options to allow me to have proper intellisense & automatic imports between...
With FFmpegIO input/output streams, you currently have to specify the format manually, however in my use-case it's not always possible to pre-determine the format with either the file name or...
When my blur radius is set to merely 10, my GPU usage doubles every time I open a GUI that's blurred. A great addition would be a more efficient blur...
I have attempted to port Kodein to Ktor 3 myself, as only two changes were required, however one test is failing: https://github.com/stashymane/Kodein/commit/89a4d60fd72ecd24d4e0cd5c2caad05660559413  It seems that the call pipeline is...