NobleRat

Results 179 comments of NobleRat

@tecfu can you have a look at it and submit a PR? This seems to be a nice first issue. Maybe ipython have changed and do not set this vatiable...

> I would think a single use would be enough. I did not know that. I'll have a look at making grammar and operator persistent by default in that case....

I made 2/3 in #88. What follow is to prepare the last 1/3 (to share and remember): __How (slang, operator):__ The idea was that whatever you do __inside__ the compiler...

I see 3 solutions: 1. Hook the `do_pragma` in Word to do_it at every cell 2. `#% always use nogil` (not really MY idea but solves everything except copy paste...

We've just add a similar [issue](https://github.com/jupyter-vim/jupyter-vim/issues/25) in jupyter-vim client. I've [added](https://github.com/jupyter-vim/jupyter-vim/commit/1939006f9e36c95d9ae56850dd6651effeaebef5) ... 4 variables. Say `exec_(before|pre|post|after)`. The user can decide if send: 1. in another `execute_request` (or compilation unit for...

It's an hard issue actually ! `var/log` is not writable by me (`user`). In windows it is adviced in `%APPDATA%` and your app (`jupyter/kernels/perl6`) My suggestion for default: 1. ......

To : * `./ipython_log.py` : https://stackoverflow.com/questions/11833654/log-ipython-output * `stdout`: https://stackoverflow.com/questions/33632529/how-to-enable-and-access-debug-logging-for-notebook-and-ipython-kernel or https://github.com/SpencerPark/IJava/blob/master/src/main/java/io/github/spencerpark/ijava/magics/MavenResolver.java What about `~/.local/share/jupyter/kernels/perl6` ?

Hi, At @marceltaeumel, thank you for the excellent report. At @uraimo, very nice github action, thank you very much. At all: I fixed it [here](https://github.com/tinmarino/inmembin/blob/ci/.github/workflows/arm.yml) thank to your list of...

Thank @protist for the [comment with pandoc specification](https://github.com/vimwiki/vimwiki/issues/150#issuecomment-864484519). From that link: ``` Anything between two $ characters will be treated as TeX math. The opening $ must have a non-space...