Greg Pfeil
Greg Pfeil
Although this still doesn’t explain the “CHANGED outside Customize” message. This is because `custom-variable-state` thinks the variable is `'changed` rather than `'themed`. `custom-variable-state` has a condition ```elisp (and (equal comment...
@skangas I think there are two distinct issues here. I don’t think either actually involves `use-package`, but just the “theme” part of `custom`. I.e., I think I can come up...
I’m trying to work around this issue currently. Since the app makes a request per section of the config, I figured I could narrow down where some error in my...
Working under the theory that the order is what I was expecting, I debugged my labels (one of the descriptions was too long) and now the labels have been updated,...
I’ve run into what I think is a similar case – `describe "meh" $ around_ inTempDirectory $ do …` was breaking our hspec-golden tests, because `evaluateExample` for `Example (IO (Golden...
> > I’ve run into what I think is a similar case > > Without any further evidence, I am not convinced that this is indeed the case. You’re probably...
I can add a `Topo = λ(f : Type → Type) → List (f Natural)` API to Dada (like the one in https://recursion.wtf/posts/rust_schemes/), and then `Topo Node` should work with...
> Suggestion: if we suggest the meet (as implemented by `PrivacyPolicyMeet` in #6242) of the selected policy and the one that we are currently suggesting in the error message, then...
Ah, since it doesn’t propertize text in the title, you probably also want to always treat `persp-modestring-short` as `t` if `persp-show-modestring` is `'frame-title`. I use the short form anyway, so...
Ok, my quick experiment is not so successful – it sets the title for _all_ frames to whatever perspective the selected frame is in. But I’m sure there’s a way...