Jason Weill
Jason Weill
@krassowski Thank you for your feedback! I have considered adding this to the cell toolbar — this should be possible using the existing configuration options — but I avoided doing...
Updated the PR with an option to disable the run button. Note that toggling the run button causes the cell toolbar to "stick". I think it may be necessary to...
I agree that using the pink/red color for "error" is not ideal. Besides the fact that `stderr` is not always used strictly for errors, as @etep mentions above, in East...
@aakhmetz Thanks for opening this issue! I see that the code at the bottom of your screenshot doesn't have the same green italic look as it did before. Which version...
Microsoft OneNote doesn't have a "save" command, since it only auto-saves, but CTRL+S or CMD+S remains reserved, not bound to anything. If collaboration is enabled in JupyterLab, the `Accel S`...
@jasongrout Does RTC have a "force sync" command? If so, it might be a good substitute for CTRL+S, since "sync" in RTC is similar enough in functionality to "save" without...
In this package, in `packages/docprovider-extension/package.json`, I've added a `"schemaDir"` key under `jupyterlab`, which is set to `"schema"`. Creating a `schema/plugin.json` file with the following contents, I'm trying to disable the...
I've noticed in the JupyterLab `document:save` command, we check the value of the boolean `context.model.collaborative` to see whether we're in a collaborative environment. (`context` is the current widget's context.) However,...
To summarize, there are two issues here: 1. We have a setting to disable autosave that is ignored in collaborative mode (possible UI/documentation issue) 2. It is not possible to...
@kiansahafi Thank you for your contribution! The related Node issues are not macOS-specific, so I retitled the issue to emphasize the error.