Steven E. Harris

Results 239 comments of Steven E. Harris

I find that using the Nixpkgs "emacsPackages.catppuccin-themes" package, just using `load-theme` fails to load this theme correctly, just like @g1001's original complaint in https://github.com/catppuccin/emacs/issues/208#issue-2742846629. @pope's suggestion in https://github.com/catppuccin/emacs/issues/208#issuecomment-2593704920 _does_ work,...

Following up on @pope's earlier observations in https://github.com/catppuccin/emacs/issues/208#issuecomment-2585799695, perhaps `load-file-name` is nil when `load-theme` runs, such that we skip the consequent form of this `when` form: https://github.com/catppuccin/emacs/blob/206f823ce870c41c2d2306fce260a643c5985832/catppuccin-theme.el#L106-L111

Ah, yes, if you look at the source for `load-theme`, if you're neither skipping the confirmation nor accepting all built-in themes as safe (which doesn't apply here anyway), Emacs doesn't...

It's unfortunate that `load-theme` allows only a single file to define the entirety of the theme—and even constrains the file name to be the theme name followed by "-theme.el". If...

This issue is closed, but per [my comment in the "modules" channel of the "CUE" Slack workspace](https://cuelang.slack.com/archives/C063DSMKS56/p1747681609877249), it's not clear to me how I'm supposed to be able to clean...

> I work around its lack by doing `chmod -R +w $HOME/.cache/cue && rm -r $HOME/.cache/cue`. It's amazing that we have permission to give ourselves this permission, but yes, that...

Yes, that would help here, with a more explicit and deliberate approach to "remove all of the files and directories that CUE created for cached modules". I assume that I...

> We are doing GitOps with Flux's [post-build variable substitution](https://fluxcd.io/flux/components/kustomize/kustomization/#post-build-variable-substitution) which currently requires stringData in the secret. To clarify, post-build substitution does not require use of the "stringData" field in...

Yes, that's the documentation clarifying a common situation in which post-build substitution cannot see the content you'd like it to act upon. You have the same problem editing comments in...

I could see implementing this, accepting an option in the "secretGenerator[*].options" field, though that field is of type `api/types/GeneratorOptions`, which means that it's shared with other generators. Alternately, we could...