dpc
dpc
I'm using `solarized_dark` (with minor tweaks that should irrelevant) and the bufferline with default (theme) settings looks like this:  This is confusing. The "active" tab looks the same as...
### Problem ``` Caused by: dependency (xyz) specification is ambiguous. Only one of `branch`, `tag` or `rev` is allowed ``` In some contexts it is useful to specify the exact...
Hi! In my free time I wanted to play with htmx in Rust, which turned out into usual spare-time yak-shaving, trying [to glue together some personal "web stack"](https://github.com/dpc/rust-htmx-template). I'm somewhat...
I'm trying to make a workspace that in two different places of dependency tree uses `askama` One imports only `askama`, the other one `askama_axum`. The one that only imports askama...
Discussion in #2590
**Describe the bug** I have a `.envrc` that contains just `use flake`. That worked great, until we introduced nix binary flake: ``` direnv: using flake do you want to allow...
## Feature Requests ### Why you believe this feature is necessary. Right now `FromRequest::from_request` logic can only operate before the route is taken, typically to decide if the route should...
I'm trying to use `backport` locally for convenient backporting, but no matter what access token I give it I'm hitting: ``` $ npx backport --commit 516b25067b4bec1d1fb4fc075f85f3415433c767 --sourceBranch 23-12-11-just-backport-commit repo: fedimint/fedimint...
This might be a bit of XY problem so first the motivation: Multiple times in last year in our CI we had (well... usually I did) introduced bugs that lead...
I just noticed that our CI has actually not been running certain tests suites for some weird reason, and just skipping all tests in them: ``` 00:00:30 Starting 0 tests...