Jeremy Tuloup
Jeremy Tuloup
### Problem Currently there is no `copier` based template for JavaScript. ### Proposed Solution Just like https://github.com/jupyterlab/extension-template is now the recommended way for creating a TypeScript extension, should we consider...
### Problem The migration script currently defines some `tbump` configuration by default: https://github.com/jupyterlab/hatch-jupyter-builder/blob/ba9f6fe0028dcdf91a85f300161fba12254e04ac/hatch_jupyter_builder/migrate/_migrate.py#L172-L191 ### Proposed Solution Since `hatch` supports versioning, it could be interesting to use `hatch` by default instead....
Fixes #63 - [x] Use the JupyterLab update script: https://jupyterlab.readthedocs.io/en/latest/extension/extension_migration.html#upgrading-extension-using-the-upgrade-script - [ ] ...
## Description Follow-up to https://github.com/jupyterlab/jupyterlab-plugin-playground/pull/45 In https://github.com/jupyterlab/jupyterlab-plugin-playground/pull/45 it was noticed that the badge linking to the example file does not seem to be formatted correctly on ReadTheDocs:  ## Reproduce...
## Description Looks like the latest `0.4.0` release assets are heavier than for the previous releases. ## Reproduce The files for `0.4.0` are available here:  ## Expected behavior Probably...
The naming of repos within the `jupyterlab` org was discussed on the team compass at some point: https://github.com/jupyterlab/team-compass/issues/31 The `jupyterlab` part in ` jupyterlab/jupyterlab-plugin-playground` might sound redundant. So maybe we...
### Problem There have been reports of RTC issues with the latest JupyterLab 3.6.1 release recently: - https://github.com/jupyterlab/jupyterlab/issues/14031 - https://github.com/jupyterlab/jupyterlab/issues/12154 ### Proposed Solution As discussed during the [JupyterLab weekly call...
After installing Traefik with: ```bash python3 -m jupyterhub_traefik_proxy.install --output=/usr/local/bin ``` Using the following config: ```python from jupyterhub.auth import DummyAuthenticator from jupyterhub.spawner import SimpleLocalProcessSpawner from jupyterhub_traefik_proxy import TraefikTomlProxy c = get_config()...
### Problem Running the `Step 1: Prep Release` is a good way to check the version is correctly bumped, and the changelog correctly created. However this workflow does not populate...
Current the `check-python` step also tries to install the packages in a new environment with pip: https://github.com/jupyter-server/jupyter_releaser/blob/5c89302152f91bb9f61c3cde5ab17d85e9d3f468/jupyter_releaser/python.py#L71-L75 This can cause issues in Python monorepos with packages depending on each other...