Jeff Glass
Jeff Glass
# Issue As noted in #714, testing whether a script needs to run with top-level-await enabled by looking for 'asyncio' in the source code misses some cases where top-level-await is...
### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...
### Checklist - [X] I added a descriptive title - [X] I searched for other feature requests and couldn't find a duplicate (including also the ``type-feature`` tag) - [X] I...
### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...
`Pys-on*` attributes should behave the same as Javascript `on` attributes (onClick, onKeyDown, etc.), which executed at event-trigger-time and not passed a reference to a function. (See, for example, [freecodecamp](https://www.freecodecamp.org/news/html-button-onclick-javascript-click-event-tutorial/) for...
Fixes an error that causes eslint to fail in specific environments. Let's see if this allows pre-commit CI to pass for a change... Edit: it passes! Fixes #834
Adds an export to the pyscript.js module that exposes the app's RunTime object. This allows users to interact directly with the Pyodide instance, to share it with other libraries and...
Addressing #546, this is a WIP to add the ability for users to check the current version of PyScript within their scripts or a REPL. ### Syntax ```python # namedtuple,...
### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...
### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...