rcmlz

Results 8 comments of rcmlz

applying [54163f4](https://github.com/bduggan/raku-jupyter-kernel/commit/54163f422c5caa7fcd3199cd07b0e033a9896ef3) did not solve the problem in JupyterLab. I started it with ```jupyter lab --debug``` but do not see any erros when typing TAB on any object.

Aggree, there seems to be no reason why to limit decorators only to PRE and POST.

I added a few thoughts and some illustrative code to the gist. My base-line is: as long as Raku has no or only basic support in editors/IDE's, it might be...

I am a beginner and from a starters perspective it shall be as easy as possible, avoiding as much boilerplate code as possible. Requiring a ```use v...``` is IMHO boilerplate....

Syntax highlighting in [Obsidian](https://obsidian.md/) and [Jupyter](https://jupyter-notebook.readthedocs.io/en/latest/notebook_7_features.html#improved-web-content-accessibility-guidelines-wcag-compliance) (Lab and thus Notebook 7) is based on Codemirror 6. Language support in [Codemirror](https://codemirror.net/examples/lang-package/) takes the form of specific packages (with names like @codemirror/lang-python...

> I added new extensions to sublime text's syntax file: > > https://gist.github.com/locriacyber/190adb9c3954603cf7034f9cb450fd2b > > No other changes (based on the Perl6 syntax file). > > It doesn't work with...

# Jupyter Lab I followed the instructions on the PerlNavigator site to install RakuNavigator into ```/Users/me/.raku/RakuNavigator``` and configured it for Sublime. That worked fine. To use RakuNavigator with JupyterLab I...

I did some proposals for updating the docs here: updating docs #695.