fleimgruber
fleimgruber
After more reading, it seems that the repo I linked to is just the interface code and not a proper debug server. That server still needs to be written, see...
@zot thanks for the update. What is missing here is a standalone DAP server executable, so did you manage to use it outside of VS Code?
This is what I did in https://github.com/emacs-lsp/dap-mode/issues/173#issuecomment-567208038. In the meantime the Julia implementation was done (your link to `run_debugger.jl`), but the comment linked in https://github.com/emacs-lsp/dap-mode/issues/173#issuecomment-817454492 is still valid I fear.
@rhaps0dy After connecting via `jupyter-run-server-repl` how to tell jupyter org client to use that connection? If I execute an org source block then a new kernel is started in a...
Thanks, I was hoping to avoid configuring the explicit path of connection `.json` every time and for each source block in question and hoped for a more interactive way, e.g....
Yes, that's at least halfway then. I will try and see what fits best - thanks for your snippets and ideas.
Also seeing this with Python 3.10.11
Using Emacs 29.2 and vterm 20240318.1617 I am seeing Unicode as e.g. `` when using `less` v643. Using another pager shows the symbols as expected. So my guess is that...
@exx8 I am hitting the same issue. Could you please explain which file location you replaced with which file exactly? Thanks!
@Brugix thanks for the instructions. I managed to do what you described (but without changing the .ps1 script, just directly replacing the `LecacyWhatsApp.apk`) two days after I wrote my question...