react-py
react-py copied to clipboard
Effortlessly run Python code in your React apps.
just tested my next js site with the service worker and it seems that on pages with multiple code editors the initialization flow doesn't ends and crashes the page at...
I don't see tests in the project. Maybe for the example implementations (like https://elilambnz.github.io/react-py/docs/examples/custom-modules) we can have some tests written in Playwright allowing iteration on the underlying logic while maintaining...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 8.0.1. Release notes Sourced from @โtypescript-eslint/eslint-plugin's releases. v8.0.1 8.0.1 (2024-08-05) ๐ฉน Fixes eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694) โค๏ธ Thank You Jake...
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 9.8.0. Release notes Sourced from eslint's releases. v9.8.0 Features 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) Bug Fixes ab0ff27 fix: Throw error...
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.3.3. Release notes Sourced from prettier's releases. 3.3.3 ๐ Changelog 3.3.2 ๐ Changelog 3.3.1 ๐ Changelog 3.3.0 diff ๐ Release note 3.2.5 ๐ Changelog 3.2.4...
Currently, because we don't pass the `stderr` function into `pyodide` initialisation, anything written to stderr that is not a traceback from an error just follows the default functionality, and gets...
Implements #380 Tested on my own use-case and working.