Ted Patrick
Ted Patrick
[Custom Element Standard](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-element-conformance) requires that all valid custom elements contain a hyphen. Since PyScript uses this standard, we must use `
All of the js global objects are exposed in the js module within Pyodide. Here is an example that loops over results from `document.querySelectorAll("#main > *")` example: ```html ch0 ch1...
Closing given examples are headed to PyScript Collective and now duplicate PRs.
There is no pure python or WASM targeted whl published for qiskit as of today(9/25/2022). As module publishing is handled outside of the PyScript project by module owners, it is...
With the changes in script.evaluate() in #796, this is now resolved. I have removed the XFAIL from the test in https://github.com/pyscript/pyscript/pull/829 and it is passing consistently. Also in the 2022.06.1...
Working on both of these Playwright issues to speed up the test and remove the sporadic test failures.
If we were explicit about denoting a `` element instance as sync or async, would we need this detection? ```html ```
Contributed examples should be submitted as PRs to https://github.com/pyscript/pyscript-collective. We are focusing the examples within [PyScript](https://github.com/pyscript/pyscript) on feature use cases and testing. Thanks for your patience, understanding, and contribution.
The `js` module is different depending on what version of PyScript and Pyodide are in use. This should work as expected in the `unstable` branch which will soon be released...
Your example is pointed at the alpha release of PyScript which depends on an older version of Pyodide. alpha ```html ``` latest ```html ``` unstable ```html ``` example using js...