react-py icon indicating copy to clipboard operation
react-py copied to clipboard

Effortlessly run Python code in your React apps.

Results 33 react-py issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

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...

dependencies

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...

dependencies

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...

dependencies

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...

enhancement

Implements #380 Tested on my own use-case and working.