Eric Charles
Eric Charles
The `@lexical/react` package contains already a bunch of plugins (`LexicalAutoEmbedPlugin`, `LexicalAutoFocusPlugin`, `LexicalAutoLinkPlugin`...). I can see reason to not add the playground plugins in that core package, but worth to consider...
> In fact, I think that lexical-react should contain only the logic to be able to use lexical with react, and that each plugin should be in npm packages, to...
> markdown cells are never trusted and always sanitised (which is part of current Notebook security model) [jupyterlab-myst](https://github.com/executablebooks/jupyterlab-myst) has now the ability to evaluate python/kernel code inserted into markdown cells,...
This issue should be closed in favor of https://github.com/Anaconda-Platform/nb_conda_kernels/issues/228
Thx @lresende for opening this, It is IMHO very important. I don't think trying to imitate an IDE is the way to go. IDE fat-client installation applies to a fraction...
We often compare/refer to VSCode but RStudio is another tool worth looking at. They have fat and web flavors with the exact shining UI: An editor mixing code/text/latex/..., a console,...
Typing when thinking... I feel that the current way to integrate more and more external extensions into the default distribution has its limits.
What about `IAM API` instead of `Identity API`? With `Identity and Access Management` we cover more and the Access (a.k.a. Authorization based on e.g. Roles) will come in the picture...
@ellisonbg If needed, Authorization can be added after in the same repo or in a separate one. BTW a [Pluggable user token creation/validation for jupyter_server](https://github.com/jupyter/jupyter_server/issues/50) could use this Identity API.
I may miss something, but I don't understand how https://github.com/jupyter-server/jupyter_server_fileid has to be used by jupyter-server. Could you highlight in a few commands/configs what needs to be done to make...