Yudong H.

Results 5 comments of Yudong H.

是否可以以[Joplin插件](https://github.com/joplin/plugins)的形式来简化操作?

Same issue here. But what the weird thing is that it could start downloading automaticlly after many hours. I tried proxy but not working. When I change the incoming port...

> @mowind 你是google浏览器不能复制出来吗? 我大部分粘贴不了的都是从chrome复制出来的. 同样是从Chrome复制出来的 也许是带格式复制,无格式粘贴有问题?

感觉这个issue可以close了。

Wrapping my code within an error scope solves the issue for me. Here's how I did it: ```rust await device.pushErrorScope("validation"); const shaderModule = device.createShaderModule({ code: "", }); const error =...