Mike Chen

Results 13 comments of Mike Chen

出道不久?,很久了好吧,官方不支持webdav

delete this code in 'repl2.html': `` ` ` ` ` `` to: `` ` ` ` ` `` in line 40; this is a bug I think;

![image](https://user-images.githubusercontent.com/95748110/216804956-b764efaf-9fed-4e0e-9677-a03259916643.png) Maybe it's not the style problem. I succeeded this morning, but I tried again at 11:00, and it was not successful, whether it was the local deployment or the...

@marimeireles Should I add docs to this:main/docs/reference/elements/py-repl.md? and open a new PR?

@marimeireles It's okay, it's just a small mistake, actually I forgot it too, until you @me.😂

@marimeireles see [#1353], thanks for your patience.😃

> 您好@chenchen100感谢您与我们一起打开此问题。只是想确认一下,您是否以任何方式更改了py配置? > > 我很惊讶地看到我们试图加载pyodide_py.tar文件,这是否发生在您正在处理的任何示例或特定 pyscript 项目中? > Hello @chenchen100 thank you for opening this issue with us. Just wanted to confirm, are you changing the py-config in any way?...

> Hello @chenchen100 thank you for opening this issue with us. Just wanted to confirm, are you changing the py-config in any way? > > I'm surprised to see that...

https://user-images.githubusercontent.com/95748110/216830546-5856c4dd-c3b6-4a28-b6a7-8028e5c0417a.mp4 if i open the plugins, it break,they are rarely successful(both in example website or local by webstrom),if I close them,pyscript works,just slowly: ![image](https://user-images.githubusercontent.com/95748110/216830592-5d138cdf-b65a-4942-a9f4-ecef14110b8f.png) **here are my py-config:** ``` packages...

> @chenchen100从原始错误消息来看,该代码段暗示一个或多个插件阻止 Pyodide.js 加载其所需的资源,其中包括加载时从其索引 URL 中丢失的其他 JS 和 WASM 文件。`**Failed to load resource: net::ERR_BLOCKED_BY_CLIENT**` > > 另外,从视频的屏幕截图来看,似乎一个或多个插件正在将这些文件下载到您的本地磁盘?Pyodide 假设资源可以来自它的来源相同的远程索引,所以我并不完全惊讶当它们被下载到硬盘驱动器时找不到它们。 > > ![图像](https://user-images.githubusercontent.com/1931111/216985200-cdc6f358-643a-4528-9d56-53dd64a3c58a.png) So plugins that capture or block URLs are not...