Stijn ("stain") Seghers
Stijn ("stain") Seghers
Thanks for the quick response! mmm-mode is a minor mode that allows for multiple major modes to co-exist in the same buffer. [Vue](https://vuejs.org/v2/guide/single-file-components.html) for example has the concept of single...
I see. That probably makes sense since I don't see how the current EditorConfig syntax can support different settings for the various parts of the same file. In that case,...
[This](https://github.com/AdamNiederer/vue-mode/blob/master/vue-mode.el#L43) is a list of modes that vue-mode currently supports. I didn't look up the indentation settings for all possible submodes. I also don't know if we need anything apart...
I'm not entirely following the history of this issue, but I noticed that the dependency on the `time` crate is optional now and that the implementation of `Duration` is ported...
I'm experiencing the same. Here's a minimal example with `rofi` and no `rofi` config nor `rofimoji` config: `rofimoji --use-icons --selector-args='-show-icons'`. Not using the fork mentioned by OP and running in...
That works for me, @fdw! Thank you for investing your time and the fast turnaround at fixing this! 🙏
We got hit by this issue as well. Since `django-storages` imports `TokenState` directly from `google-auth`, the proposed solution of making that dependency explicit with a constraint of `google-auth` ≥ 2.26.0...