Praveen Kumar
Praveen Kumar
Looks like macOS 12.1 has some fixes for the menu bar problems with notch. It should be out next week. I'll test with that and update here.
I'm not able to reproduce the linum-mode issue with the recent build of emacs and popup.el. Here is the screenshot of the whitespace mode issue. ![screen shot 2013-11-28 at 2...
> The other workarounds posted above didn't seem to work for me, but I don't use terraform these days, so I just removed the client from the list: > >...
Turning off the Spacemacs layer `nlinum` made my problem go away. Looks like some timer in `nlinum` implementation was causing this issue. By default, Spacemacs comes with `nlinum-relative` to enable...
I tried v2.4.1 and it doesn't seem to fix the issue for me. There are two invocations of `tar`. One is with `--overwrite` flag while the other one is not....
As a workaround, I'm forcing the action not to use pkg cache. This solves my issue for now. This leverages the fix that was put in #154 ```yaml - name:...
+1. On a brief look into the code, the following block looks suspicious. ``` (if (and ( subword-capitalize is an alias for `c-capitalize-subword', > which is not defined. Please make...