Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

As noticed with some of the recent PRs, the CI seems to be currently failing, with some jobs timing out: - https://github.com/jupyter-server/jupyter_releaser/pull/619 - https://github.com/jupyter-server/jupyter_releaser/pull/618 ``` [gw1] [ 95%] PASSED tests/test_functions.py::test_handle_since...

maintenance

Troubleshooting timeouts on CI.

maintenance

Fixes #617 - [x] Test with Node 24 - [ ] Handle npm 11 breaking changes: https://github.com/npm/cli/blob/latest/CHANGELOG.md#%EF%B8%8F-breaking-changes-1

maintenance

As noticed in https://github.com/jupyter-server/jupyter_releaser/issues/612#issuecomment-3409490842. npm 11 introduces a couple of breaking change, that likely require a change here in the releaser: - https://github.com/npm/cli/blob/latest/CHANGELOG.md#%EF%B8%8F-breaking-changes-1 - https://github.com/npm/cli/blob/latest/CHANGELOG.md#%EF%B8%8F-breaking-changes ``` When publishing a package...

### Problem For now the releaser only supports trusted publishers for PyPI. To publish to `npm`, `NPM_TOKEN` must be provided as a `secret` to the environment or repo. ### Proposed...

enhancement

Fixes #612 Depend on https://github.com/jupyterlab/maintainer-tools/pull/259

documentation

Currently we depend on `click`, but we pinned it in https://github.com/jupyter-server/jupyter_releaser/pull/607 because of a breaking change in version 8.2: https://github.com/jupyter-server/jupyter_releaser/blob/6accaa3c07b69acaa1e14e00ba138133d8cbe879/pyproject.toml#L27 `click==8.3.0` introduced new breaking changes and this time they are...

## Description The releaser does not seem to be creating the draft GitHub release anymore after running the `Step 1. Prep Release` workflow. ## Reproduce This run from 5 days...

bug

Packages like `otter-grader` have a dependency on `nbconvert` specified in their dependencies: https://github.com/ucbds-infra/otter-grader/blob/58aa0301ae0f2456d9e5bc50713c146462711ba0/pyproject.toml#L45 Trying to install it with `%mamba install otter-grader` works, but pulls an older version, instead of the...

When trying the preview on ReadTheDocs it looks like the files do not render on the tree page: https://voici--158.org.readthedocs.build/en/158/_static/lite/voici/tree/index.html But single notebooks seem to be rendering fine: https://voici--158.org.readthedocs.build/en/158/_static/lite/voici/render/voici.html? _Originally posted...