Greg Pfeil

Results 379 comments of Greg Pfeil

I have a similar issue. I’m running buttercup via [Eldev](https://emacs-eldev.github.io/eldev/), so I’m not exactly sure of the invocation. The context I’m running in is `nix build`, color works, but apparently...

Sure! The most recent case (and least convoluted instance, probably) is LionyxML/auto-dark-emacs#74. You can see it happening in CI at https://garnix.io/build/n0l2kX39 (expand the section labeled “checkPhase” just past halfway down)....

Rough thought is to 1. replace `(error …)` with `(lwarn 'auto-dark :error …)`, 2. add something to the messages about having to manually set `auto-dark-detection-method`, then 3. have `unregister-`/`register-change-listener` fire...

> I think it'd be great if we could always parse the right msrv from somewhere instead of having to set it up by hand. I was going to respond...

@mulkieran Just to clarify, you’re saying that this issue isn’t a priority, because it’s easy to specify that bindgen should track `rust-version` using the `CARGO_PKG_RUST_VERSION` environment variable? That makes sense...

> For this to be pure in the nix sense, one would have to have nix parse the `secrets.nix` from the nix store, requiring one to have their config (including...

Another message I see when I have this same needle-in-a-haystack problem is > When trying to match `Mechanism {𝕖1953, 𝕖1954, Exception, Random} {𝕖1788, 𝕖1789, Random}` with `Mechanism {Random} {Random}` the...

> This means that XDG_STATE_HOME is not set before the changes here are read. Hrmm, looking at the code matches what you’re saying, but I’m not seeing `/nix/profile` in my...