Charles Boy
Charles Boy
I was able to get everything running with the explanation you gave me. Thanks. Most of the issues were related to the creation of a Typescript module for JPanel. I...
Which commit are you using with emacs-jupyter? I'm also experiencing issues with the current version.
The reason for changing "C--" to "contract region" is that there are other ways to set negative arguments and setting negative arguments is not as common as working with the...
I agree that indeed "C--" could be a transient binding. I'll look into this.
I propose to not use other minor modes (e.g., repeat-mode) and external packages to create transients for multiple-cursors and expand-region. I don't like the idea of relying on yet more...
@hlissner, I'd like to have your opinion on this matter: As a summary, do you see any issue in using (and enabling) a new minor-mode to create transient bindings (for...
This is indeed an issue. I was just bitten my JavaScript because instead of adding two numbers together, it was concatenating two numbers.
Hi @AkiMosi. The error is telling you that you are missing the C++ boost libraries. Make sure that you have installed the "dev" packages of boost from your distribution. The...
Just to report that I'm observing the same issue: I cannot execute org blocks because I get the error "Invalid Signature".
@ugurbolat, I'm using Emacs 29 and things are working for me. I downgraded emacs-jupyter to the commit "053a78da252b19cf59cefe6b83f9c4531a38d6b2". If you are using doom emacs by any chance, this is the...