D
Deno
Change Theme
Search Answer Overflow
Login
Cyan
Posts
Comments
D
Deno
•
Created by Cyan on 12/19/2024 in
#help
How to set reuseaddr in `Deno.serve`?
I thought those options existed in Windows too?
6 replies
D
Deno
•
Created by Cyan on 12/19/2024 in
#help
How to set reuseaddr in `Deno.serve`?
Why does this isn't stable yet?
6 replies
D
Deno
•
Created by Cyan on 12/11/2024 in
#help
Error sending request too quick to npm
should fixed in
https://github.com/denoland/deno/commit/b1c685f4b773abd1af8f543e86c73909cc41efd7
5 replies
D
Deno
•
Created by Cyan on 12/11/2024 in
#help
Error sending request too quick to npm
https://github.com/denoland/deno/issues/27332
5 replies
D
Deno
•
Created by Cyan on 12/11/2024 in
#help
Error sending request too quick to npm
I already limited that only 30 requests can be made in 1 second.
5 replies
D
Deno
•
Created by Cyan on 12/3/2024 in
#help
process.cpuUsage() is not implemented
Do I need to change something after adding an op? After add the
op_runtime_cpu_usage
, some tests fails
8 replies
D
Deno
•
Created by Cyan on 12/3/2024 in
#help
process.cpuUsage() is not implemented
PR created:
https://github.com/denoland/deno/pull/27217
8 replies
D
Deno
•
Created by Cyan on 12/3/2024 in
#help
process.cpuUsage() is not implemented
Deno.loadavg()
it's global and it is not working on Windows
8 replies
D
Deno
•
Created by Cyan on 12/3/2024 in
#help
process.cpuUsage() is not implemented
process.cpuUsage()
it's for current process
8 replies
D
Deno
•
Created by Cyan on 12/3/2024 in
#help
process.cpuUsage() is not implemented
Just checked, it doesn't seems hard to implement this myself. I'll try to create a pull request.
8 replies
D
Deno
•
Created by Cyan on 12/2/2024 in
#help
koa-router behaves different in Deno
I can confirmed it's fixed!
4 replies
D
Deno
•
Created by Cyan on 12/2/2024 in
#help
koa-router behaves different in Deno
I'll try it tomorrow. Thanks
4 replies