Andrea Giammarchi

Results 729 comments of Andrea Giammarchi

@JeffersGlass agreed and I’ve written my first (IIRC) integration test to ensure the content doesn’t need escaping or encoding and whatsoever, I’ll try to copy other tests to ensure attributes...

@JeffersGlass indeed I forgot to propagate the `src` attribute too ... fixed in here: https://github.com/pyscript/pyscript/pull/1434 + added all other attributes tests

Current core has no detrimental load time and it just works. This issue can be closed.

The solution *is* the usage of *MutationObserver* but we need to change event initialization logic, or better, we need to trigger that logic every time an element not previously patched...

To whom it might concern, this is being tackled in here: https://github.com/pyscript/pyscript/pull/1435 The presented use case has been used, after little modification, to create the test too so thanks for...

I think we should close this for the following reasons: * pyodide bootstrap is heavily bandwidth and hardware dependent ... any metric would be "*on my machine*" * MicroPython is...

Late to "the party" but I think things changed so much that I'd like to either have this issue filed again or forget about it, as opposite of bothering everyone...

for what I understand, this looks very similar to [this other issue](https://github.com/pyscript/pyscript/issues/1059) and I wonder if we should close it as duplicated.

it's `py-onclick` eventually, and only on main, closing this as current state covers this issue.

I am not sure this helps or answers anyone but as I've just discovered this discussion I wanted to share a React + PyScript example [via codepen](https://codepen.io/WebReflection/pen/ExdWyyv?editors=0010) where the TL;DR...