Results 81 issues of Steven Silvester

### Problem We had to inline classes, fixtures, and functions in https://github.com/jupyter-server/jupyter_server_terminals/pull/11 that should probably be exposed here so other extensions can use them to test auth on their extension....

enhancement
good first issue

### Problem We are ignoring warnings in our tests. ### Proposed Solution Add config to run `pytest` with [`filterwarnings=error`](https://github.com/pypa/setuptools/blob/5b2b20d32b59f57d703723aadacfc308126034d7/pytest.ini#L8)

bug

## Description The "Test Full Install" jobs frequently time out, seemingly because of an interaction between virtual envs, asyncio and pytest during teardown. We could try making the full install...

maintenance

### Problem Terminals are not required/desired in all contexts. We discussed in last week's [team meeting](https://github.com/jupyter-server/team-compass/issues/4#issuecomment-990051262) a path to make them optional. ### Proposed Solution - Move termainls into a...

enhancement

Anyone who has the repository already cloned will likely need to update it. These are the commands Github suggests: ``` git branch -m master main git fetch origin git branch...

maintenance

Jupyter Notebook has had an implicit assumption that starting a kernel process is instantaneous. This results in a race condition when two requests try and start a session at the...

We should implement [Security.txt](https://en.wikipedia.org/wiki/Security.txt) Example: https://github.com/jupyter/jupyter.github.io/blob/master/.well-known/security.txt -> https://jupyter.org/.well-known/security.txt xref https://github.com/jupyter/enhancement-proposals/issues/59 and https://github.com/jupyterlab/jupyterlab/issues/8612

good first issue

- [ ] Add docs reflecting https://jupyter-notebook.readthedocs.io/en/stable/security.html#reporting-security-issues. - [ ] Add an issue template pointing to those docs for "Security Issue" - [ ] Add a note about security issues...

good first issue

As we're switching more libraries to use `pre-commit`, it would be handy to have an option install pre-commit on editable installs. This should be a config option like: ``` [tool.jupyter-packaging]...

enhancement

Update tests and documentation to use `pyproject.toml` exclusively one support lands in [setuptools](https://github.com/pypa/setuptools/pull/2924).

enhancement