Keith Pinson
Keith Pinson
This is still a regular nuisance. :/ I don't know enough about the mode line to know how to get started on fixing it---anybody with more knowledge able to chime...
@lebensterben thanks for the response. What needs to be made buffer local do you think, `powerline-height`?
I cannot even figure out which layer owns `powerline`---it's all over the place with `require`s and whatnot. I tried putting `(make-variable-buffer-local 'powerline-height)` in `dotspacemacs/user-init` but it didn't do anything.
Workaround: `(setq darkokai-mode-line-padding 1)` in `dotspacemacs/user-init`.
@lebensterben good idea, but strangely, it does not work. I'm guessing there is some special handling here with themes having to be loaded extra early to render the GUI at...
We've hit the same issue as well.
There are docs for [TestContext](https://typelevel.org/cats-effect/api/3.x/cats/effect/kernel/testkit/TestContext.html), but they are out of date as they reference `Timer`, which does not exist in CE3. Or if you mean for the migration guide, I...
:+1: And (eventually) not only for `:e`, but for any command that takes a file argument.
@lebster I don't open files with `:e` because of this. I open them with Resharper CTRL-T.
Some of my changes have been with an eye toward getting closer to supporting some plugins. Maybe this is a good benchmark for first one to support. I've added `:execute`...