Damien Merenne
Damien Merenne
Any news on this ?
> Does that mean I still can have one frame using dark theme and another frame using light theme? I just tried that and there are some issues with that,...
Hello, I rebased this pull request and cleared up the frame vs global theme switching. There are now two types of functions: - `nano-theme-frame-toggle`, `nano-frame-dark` and `nano-frame-light` that switch theme...
I understood what you meant by `git mv` :sweat_smile: Done!
Ah I don't use the fonts so I did not notice. I'll have a look.
It seems to be working here: ``` emacs --debug-init -q --eval '(add-to-list '"'"'load-path "~/.emacs.d/pkg/nano-theme/")' --eval '(setq custom-theme-load-path '"'"'("/home/dam/.emacs.d/pkg/nano-theme/"))' --eval '(setq nano-fonts-use t)' -l ~/.emacs.d/pkg/nano-theme/nano-theme-support.el --eval '(load-theme '"'"'nano t)' ``` Then...
You could use LLVM_PARALLEL_{COMPILE,LINK}_JOBS to reduce memory usage: https://llvm.org/docs/CMake.html#frequently-used-llvm-related-variables
Sure! As long as there is a quick way to ensure that the database is in a known state between each tests. Thank you for being so reactive ;)
I could have a look at this. I had a quick look and found about the `getDeclComment` function but I guess it is not parsing anywhere. Is there infrastructure somewhere...
Hello, having the same problem here, but it seems linked to textDocument/didChange in my case: ``` client-notification Fri Dec 20 10:34:47 2019: (:jsonrpc "2.0" :method "textDocument/didChange" :params (:textDocument (:uri "file://.../test/test_manager.cpp"...