Ted Patrick
Ted Patrick
We clearly need to have more community calls, it seems to generate PRs. 🚀
The event syntax has changed to align with the DOM event spec naming as follows: The attribute `py-click` equates to the [DOM Event Spec `click` event](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event). ```html click me ```...
Thank you for your PR contribution to PyScript. We are closing PRs older than 90 days with limited activity.
Thank you for your PR contribution to PyScript. We are closing PRs older than 90 days with limited activity.
I think the only remaining item on this is getting the version_number into the build.
"2023.04.2.RC2" needs to be stamped into the output JS during the build process. I believe it should be stored in package.json.version
There will be many new events in time. If we list them all in pyscript, we will always be wrong. Ideally we provide a way to access addEventListener cleanly. The...
The interesting part is that it works fairly seamlessly today. 1. JS can call Python code 2. Python code can all of JS We should do a series of apps...
+1 The @event decorator can also detect arguments support and optionally not pass the event.
I am seeing good results on unstable build with the code @madhur-tandon proposed.