Results 20 comments of jia wei

I encountered this problem after upgrading the Deno version, so I modified the original code myself. You can use this package first: https://deno.land/x/[email protected]

> One of the big differences of Deno versus Node.js is that when using TypeScript and type checking, the TypeScript type checker (tsc) is loaded into memory. We don't unload...

> > Of course, I can try docker's as builder, but I don't have a suitable Linux machine to test for the time being. > > Do you mean a...

> @yuqiang-yuan Thank you yeah, there's work to be done about performance but i try to keep everything in balance. some important features are still missing. so it would be...

> This issue was resolved in #145 . So it works fine on the main branch but hasn't been released yet. Use this command if a temporary solution is acceptable....

> i'm doing some research on how preact handles hot reloading aka preferesh. i'm working on a fix now and will open a pr soon Do you have any news...

Good job! I've written a simple Oak example, and it works perfectly. It's fantastic However, my project uses a lot of decorators, and it doesn't run after compilation. The bugs...

Update by 2023-09-16, Deno 1.36.2. This time, I added the Docker comipile builder. ```systemverilog deno_node_docker-deno-1 | heapTotal 8.52MB,heapUsed 6.64MB,rss 30.17MB,external:0.07MB deno_node_docker-oak_compile_builder-1 | heapTotal 9.96MB,heapUsed 7.85MB,rss 32.70MB,external:0.07MB deno_node_docker-koa-1 | heapTotal 7.51MB,heapUsed...

I wrapped it locally using tauri and it works fine, but a few export buttons require calling the tauri API to work and require some effort to handle.