Manuel Argüelles
Manuel Argüelles
In my case it starts clangd-12 in the container and starts indexing just file, but emacs is locked... cpu usage is not at 100% but it's totally unresponsive. (emacs 27.1)...
Hi, Sorry to jump into this thread, but I just got an old Pok3r and would be pretty could to get QMK on it. After reading the wiki, I think...
On Jun 2, 2014 1:23 AM, "Kieran Coldron" [email protected] wrote: > Why not XML? Why not plain old ini file?
I'm having a similar issue, emacs 25.2.2, devel branch of spacemacs, just that for me it is: `An error occurred while installing org-brain (error: (error Package ‘emacs-26.1’ is unavailable))`
I can confirm this, the `__str__` method of CMSBase does not works in python3 as it does in python2, the error is: ``` File "/usr/local/lib/python3.6/dist-packages/ctypescrypto/cms.py", line 94, in __str__ return...
Hi, I'm in the same situation here, my project has `.vue` files, `.ts` files and `.js` files, `vue-semantic-server` always takes over. Not sure if `add-dir-local-variable` will be of any use,...
Hi, I can confirm this, and in my case using `*` wildcard doesn't work. In my case I have a monorepo like: ``` .eslintrc.js packages/ -- module-1 ---- tsconfig.json ----...