Andreas Fuchs
Andreas Fuchs
Now that NixOS/nixpkgs#146030 is in nixpkgs (and I believe backported to 21.11), I think/hope this can be closed?
A similar thing happens with `DaisyDisk` ([411643860](https://apps.apple.com/us/app/daisydisk/id411643860?mt=12&uo=4)) and `1Blocker` ([1365531024](https://apps.apple.com/us/app/1blocker-ad-blocker-privacy/id1365531024?uo=4)) on an M1 mac too: both are continuously listed as outdated, but the mac app store pages for both list...
Is there any update on this from the CLI front? I've been using mas with homebrew bundles, and every run of that since April has taken far longer than a...
Setting `FORCE_SSL` to false does not work, at least in my experiments in fargate: The server still logs `[info] Plug.SSL is redirecting GET /health to https://[our-bors-instance] with status 301` when...
A workaround that will do the trick for the moment (as it won't let you skip the health check) is to set `200,301` as the matcher for the target group...
I'm in @Be-ing's boat here - would love a way to take existing (already-encoded) Flac Frames and mux them into a new FLAC file. This may be a separate issue,...
I would love this - the information in the sideline can run long sometimes, and looks very chaotic if there's a lot of information to display. Having a single place...
I think it's probably a thing RA is getting wrong: These assists should have a type Reported there at https://github.com/rust-analyzer/rust-analyzer/issues/5172. I've worked around this by using: ``` emacs-lisp (add-hook 'rust-mode-hook...
Hi! Thanks for the kind words, I'm glad you find this library useful (: > It seems on first start of using this ratelimiter, it seems to allow more requests...
> I assume the intention would be to use something similar to the into_state_store(self) which already exists, but then just provide a way to construct a new rate limiter using...