yu0A

Results 6 issues of yu0A

## 🐛 Bug When I call div.removeChild() method in pyodide Python env, it doesn't work. I'm fixing [that bug](https://github.com/pyodide/matplotlib-pyodide/issues/49). If pyodide cannot removeChild, that bug cannot be fixed. ### To...

bug

## 🐛 Bug While in SPA app(like Vite+Vue app), running ` await pyodide.loadPackage("micropip");` will throw an error: pythonWangLuoDaoRu.vue:63 GET http://localhost:9000/node_modules/pyodide/micropip-0.5.0-py3-none-any.whl 404 (Not Found) ### To Reproduce ` await pyodide.loadPackage("micropip");` ###...

bug

```python # ./test.py import pywasm # pywasm.on_debug() runtime = pywasm.load('./examples/fib.wasm') r = runtime.exec('fib', [10]) print(r) # 55 > python3 ./test.py ```

错误提示: 命令"Zhihu: Search Items"导致错误 (Cannot read properties of undefined (reading 'split'))

Failed to find a valid digest in the 'integrity' attribute for resource 'http://localhost:9000/node_modules/pyodide/micropip-0.5.0-py3-none-any.whl' with computed SHA-256 integrity 'KFZn0rkbV86HyQAlSLlknsu+HplrTX9Miq+rebxMs8A='. The resource has been blocked.

## 🐛 Bug When use "module://matplotlib_pyodide.wasm_backend" to output pictures, each time it appends new divs and let the height of the page changes. That's unacceptable for admin apps. ### To...

bug