Codruț Constantin Gușoi
Codruț Constantin Gușoi
``` Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) next-button(nil) treemacs--do-expand-generic(#) treemacs-GENERIC-extension() lsp-treemacs-initialize() lsp-treemacs-render(((:label #("Ruby::Run" 0 9 (face dap-ui-sessions-active-session-face)) :key "Ruby::Run" :session #s(dap--debug-session :name "Ruby::Run" :last-id 5 :proc # :response-handlers # :parser...
``` Warning (comp): bind-map.el:138:40: Warning: Alias for ‘bind-map-evil-local-bindings’ should be declared before its referent ``` Apparently you're supposed to define the obsolete alias before the actual variable. I've seen it...
To reproduce, have emacs built with native compilation and notice the compilation logs. You can then open the offending file and run `M-x emacs-lisp-native-compile-and-load` before and after the changes to...
To reproduce, have emacs built with native compilation and notice the compilation logs. You can then open the offending file and run `M-x emacs-lisp-native-compile-and-load` before and after the changes to...
``` ■ Warning (comp): indent-guide.el:321:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) ``` You can reproduce it by executing: ```sh emacs -q -batch...
> NOTE: to enable debugging, change the `if` clause inside the DEBUG helepr to `true`. Multiple DEBUG statements were added to make journalctl logs more useful in debugging issues. The...
To reproduce, have emacs built with native compilation and notice the compilation logs. You can then open the offending file and run `M-x emacs-lisp-native-compile-and-load` before and after the changes to...
I stumbled upon these while debugging a different problem here: https://github.com/syl20bnr/spacemacs/pull/15898 This specific warning seems to be related to this repository: ``` Warning: setting attribute ‘:background’ of face ‘info-reference-item’: nil...
Running a generator with a model that is namespaced, for example `Foo::Bar` puts the generated files in: - `app/controllers/admin/bars_controller.rb` - `app/dashboards/bar_dashboard.rb` The correct location is: - `app/controllers/admin/foo/bars_controller.rb` - `app/dashboards/foo/bar_dashboard.rb` This...
These are things that I've noticed from owning multiple laptops (personally or from work) that have these issues and would be great if you design your system in such a...