Ellis Kenyő

Results 201 comments of Ellis Kenyő

> Oh yes, please ignore 29. I have it there for my own use. Just look at the experimental part of the code. I know what you were referring to,...

> @elken Looks good to me! I'll give a little bit of more testing and then we can merge it You sure? I was having issues with emulators starting up...

> Thanks for the report! > > Actually that button is generic for `dap-mode` and that button means `Restart the debug session` 😅 @yyoncho maybe we could allow changing that...

> I can't repro that, so I think it's something specific to the json, could you paste the json that show on the lsp dart flutter daemon buffer? It's likely...

OK so this gets weirder, there's something funky with the response. If I open the daemon buffer, go to one of the "faulty" lines and do `beginning-of-line` it takes me...

https://user-images.githubusercontent.com/2872862/169472110-b7105aa0-cae5-4e88-92b7-5521c8dfb533.mov All I'm doing is `C-a` and `C-e` (turned evil off to see if that was confusing it)

I also get the same behaviour on eglot, so it's not even related to lsp-mode :/ Is it worth @'ing DanTup to assist here?

Repro case: 1. Clone `flutter_sample` 2. Change branch to `flutter-3.0` 3. `emacs -Q -l dap.el` with the below ```lisp (setq user-emacs-directory "/tmp/emacs") (setq package-user-dir (expand-file-name "elpa" user-emacs-directory)) (when (boundp 'native-comp-eln-load-path)...

So I "think" I know what's happening. Something is truncating the buffer, nothing I do seems to resolve it. `inhibit-field-text-motion t` makes the buffer work correctly, but it doesn't make...

Others have reported before in the discord, so it's either related to macos or emacs-plus or something else then maybe. Not sure. No change, it fails before it even gets...