-
# Summary
flake8 does not work properly with .pynb notebook files.
I have also found that flake8_nb does work well with those notebooks.
# Steps to reproduce
Inside Emacs python-flake8 finds …
-
Hi,
Many thanks for flycheck, its really useful and I use on a daily basis. Today I just got stuck on something that is probably quite trivial but I can't quite figure out how to do. I can't see the …
-
To help me help you, please:
1. Open any racket-mode or racket-repl-mode buffer.
2. M-x `racket-bug-report` ENTER.
3. Copy and paste that, here.
```
((alist-get 'racket-mode package-ali…
-
So I encountered this weird problem with ts-ls server: it seems that sometimes, when emacs is waiting for the completion result, there's always one keystroke lagging. It does not happen every time, on…
-
Hi all,
When I open emacs, I get the following error:
`Warning (ess): ESS was compiled with older version of Emacs;
`ess-r-flymake' won't be available`
Can you guys help me here to solv…
-
Hello...I'm trying to add eglot for elixir to my spacemacs config, following this tutorial
https://elixirforum.com/t/emacs-elixir-setup-configuration-wiki/19196
I add this to my user config
```li…
-
Hello,
I am using rust-analyzer and when I am doing auto-complete, it is expanding to: `run_with_archive($0)`.
No idea where the `$0` comes from.
Logs below:
```
Command "rls" is present…
-
# Summary
When I enable `eldoc-overlay-mode` on `python-mode` with `elpy`. elpy invoke eldoc-overlay-display function infinitly many times. This caused high CPU resource.
I tested got following …
-
Hello,
After setting up lsp-mode, I noticed a signifcant slowdown in emacs starting time that using benchmark-init I traced to lsp-mode. I am using lsp-deferred and tried various use-package config…
-
Hi, thanks for developing EIN!
is it possible to use a static code checker such as pyflakes in the notebook buffer to check the code on-the-fly, similarly to flymake+pyflakes combo in a regular ema…