Andrea Giammarchi
Andrea Giammarchi
## Description There are 4 randomly failing tests that often give me a timeout issue (on my machine). I'd like to propose a timeout for these too. ## Changes Use...
### 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...
## Description This MR would like to address the proposal @ https://github.com/pyscript/pyscript/discussions/1429 ## Changes * use [basic-devtools](https://github.com/WebReflection/basic-devtools/tree/main#readme) as dependency instead of copy/pasting its parts, so that we also have all...
## Failing module - **GitHub**: https://github.com/pyscript/pyscript/ - **npm**: https://www.npmjs.com/package/@pyscript/core ```js // wait for bootstrap and see errors about re-definition of something // that is defined once in core and nowhere...
LinkeDOM can't build anymore with latest ascjs ... which is a bummer ... all good up to 6.0.1
## 🐛 Bug Yesterday @hoodmane lovely showed up during a community call and without going too much into details he mentioned that when `create_proxy` is used that reference must invoke...
### Description This url https://cdn.jsdelivr.net/npm/@pyscript/core correctly understands the original file: ``` Original file: /npm/@pyscript/[email protected]/index.js ``` however, the original file would *import* from `/npm/@pyscript/[email protected]/` while currently your served file let the...
With recent split of the wasm file from the main module and recent module changes where *UMD* is preferred (a pretty defunct module kind on the Web as inherently incompatible...
I have noticed that, differently from Pyodide and MicroPython for WASM, where some of these utilities are hidden behind a `_module` field, I can't seem to find these commonly available...
There's [a lengthy discussion in TC39](https://es.discourse.group/t/function-prototype-new/1772/) around classes instantiations and I've realized wasmoon wraps these as arrow function which can't ever be used with `new` in general, but it also...