fps icon indicating copy to clipboard operation
fps copied to clipboard

Fast Pluggable Server

Results 6 fps issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2) - [github.com/psf/black: 23.1.0 → 24.4.2](https://github.com/psf/black/compare/23.1.0...24.4.2) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.0.0...7.0.0)

When using jupyverse to serve a Voilà dashboard instead of a Jupyter notebook, we should be careful about not activating FPS extensions that would give too much privileges Proposal: -...

### Problem Currently the API paths have to be defined at import-time, because FPS registers all the plugins through entry points and checks for path conflicts, etc. But we might...

enhancement

### Problem Currently, FPS "captures" CLI arguments and treats them only as configuration options. Anything else passed to the CLI fails, such as subcommands, or arguments and options that are...

enhancement