Andrea Giammarchi
Andrea Giammarchi
Hi @fpliger I am trying to work out of this rebase from main https://github.com/pyscript/pyscript/pull/2028 but there are issues ... not sure if that's because this is draft but basically I...
@fpliger FYI I have managed to get a **RuntimeError: memory access out of bounds** error, investigating!
**update** I have isolated the problem which seems to lie in `_path = _Path("./pyweb/ui/elements.py")` and its writing which is 30Kb. If I remove that file from `src/stdlib.js` right after the...
Detailed / related issue in here: https://github.com/micropython/micropython/issues/14307
@fpliger I've landed latest MicroPython ignoring PyWeb thing *but* CI still not happy ... CI doesn't run MicroPython integration tests anymore, so this hopefully gives you some extra simplification around...
I think until pyodide provides a way to catch errors at distance we're still incapable of dealing with these kind of errors because we simply hook into the stderr pyodide...
is this still anyhow relevant or broken? 🤔
beside two nits, I love this PR, it definitively improves the current page, thank you! as I wasn't involved in the initial page, I'll let others from the team approve,...
@dmdhrumilmistry I'm afraid I am not sure I am following ... that's just how any Web page works? ```html click me ``` you are not using a `py-click` handler, you...
@dmdhrumilmistry wait a minute ... are you saying that if you add HTML as TODO item content that gets injected as HTML? Not sure that's just intentional / by-design for...