Charles Hall
Charles Hall
~~Not super confident this is the best way to have implemented this but it definitely works.~~ Reworked it to not allocate, which was my main concern. Old behavior:  New...
I noticed that at least the git tags listed in the title forgot to update `Cargo.lock` in addition to `Cargo.toml`. This discrepancy causes `cargo build --locked` to fail with an...
It would be nice if the name, author, and so forth could take `&'static str`s instead so that `env!("CARGO_PKG_NAME")` and friends could be used in place of duplicating that information...
When trying to `attic push` around 2000 store paths, at least one will pretty much always fail and I'll see the following error in my logs: ``` Jan 25 09:02:49...
This is my personal to-do list of things that aren't worth having their own dedicated issue for. If you want to work on any of these things, please ask me...
I would have expected the installer to detect the nvidia GPU and add `services.xserver.videoDrivers = [ "nvidia" ];` somewhere in the generated config. I also did check the "allow unfree...
### What happened? The way [these variable names](https://github.com/open-telemetry/opentelemetry-rust/blob/82fa485359745e5bda9eadc9c080bb84f98a4649/examples/metrics-advanced/src/main.rs#L12-L34) are worded make it sound like that's the only effect each view has and neglects to mention that the implementation of these...
Fixes #1867
TL;DR: If the restricted room join rules are not formatted how Ruma expects, Ruma should treat the room as invite-only instead of failing the auth check. > If the room...
I have the most minimal reproduction I could come up with [here](https://or.computer.surgery/charles/cursed-nix-docker-bug/) using `nixos/nix:2.15.0`. Basically, the bug is that running `nix develop --command nix build` breaks, but only in the...