Frédéric Collonval

Results 816 comments of Frédéric Collonval

> 👋 Is this PR out of date or does it just need rebasing? @francesco-ferretti-ki it likely just needs rebasing

Do you see the bug in 3.x too? If so, the bug may not be related to _Semantic_ command as that feature was not backported (due to the induced api...

Looking into this, actually this concerns all commands that do not have an existing shortcuts. The shortcut editors does not get the list of commands but the `shortcuts` settings. Fun...

Adding the list of commands without shortcuts is [_easy_](https://github.com/jupyterlab/jupyterlab/pull/14015). But the trouble is that they don't have selectors. So the UI must be extended to allow for a selector to...

Part of this may be tackled during the GSoC project on creating a [standalone builder](https://github.com/jupyterlab/jupyterlab-builder). For now Ronan is focusing on the Python code. But we may have time to...