This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
Releases: decorator-factory/pyright-playground
Releases · decorator-factory/pyright-playground
Initial version
At this point I consider the website to be usable!
Currently available features:
- Checking code interactively with a fixed version of
pyright
(1.1.249
as of writing this release, but I update it from time to time) - Generating a permalink
- Running code from a gist or GitHub issue (not very discoverable, but it's technically in the README)
Possible improvements for the next version:
- See if it's possible to show tooltips on hover (like in a real IDE)
- Allow choosing the Pyright version and the Python version
- Dockerize the website so that it can be run as a serverless container
- General configuration for Pyright (severity settings etc.)
- Checkbox to use
Tab
for indentation - Set up CI and all that stuff (I have no idea how to do that yet)