Jeremy Tuloup
Jeremy Tuloup
Thanks @germandb for catching this :+1: The checkpoint polling is implemented here in Notebook 7: https://github.com/jupyter/notebook/blob/af22e0a8e212f82b453ee5944199b3c481b7b674/packages/notebook-extension/src/index.ts#L119-L127 This is used to update the checkpoint indicator in the top area:  >...
Hoping to get the JupyterLite 0.6.0 release soon after JupyterLab 4.4.0, but if you want to start looking into this maybe it can still be useful to start a draft...
@sai-chand04 just checking if you are still interested in finishing the PR? Otherwise it's fine, we can try to pick it up from there and add the handling of the...
> where to find how to create a Github app: org settings -> developper settings -> Github Apps -> New Github App button Right, this should be better documented :+1:...
> May be an option to only publish npm packages? This may already be possible by skipping other steps such as the one building the Python artifacts? > Or to...
Thanks for looking into this 👍 So maybe we need to update condition to take into account the different error message? Or check the status code?
> The commit created by the releaser removes my `private` field in the `package.json` file. For example [this commit](https://github.com/jupytercad/jupytercad-openvsp/commit/7ca2d49d25b884ce4151376d631df1b12d4077ae): Could it be because this `package.json` had: ```json "private":"true", ``` instead...
Thanks @dlqqq for the report :+1: This seems to be coming from `github-activity`, which `jupyter-releaser` uses to generate the changelog. And tracked in this issue: https://github.com/executablebooks/github-activity/issues/91
> So, I think there is a bug with the REPL when it is accessed in fullscreen mode and with the code execution disabled, and when the inserted code snippet...
> We could also override this on the JupyterLite side to fix it temporarily The option for populating the code cell with code is provided by the JupyterLite plugin in...