ayame113 (val440)
ayame113 (val440)
Thank you for letting me aware of this problem. About the first: I would like to fix it soon. About the second: "Node.js mode" was introduced experimentally for compatibility with...
According to the atom-ide package roadmap (https://github.com/atom-community/website/issues/3#issue-424527067), code formatting will be implemented in the future. Overall, you need to triage what implement on the deno side and what implement on...
> This could also be solved by a more general Web service that transpiles a TS file to JS on the fly, like any XtoY.com/convert?url=…&setting1=…&setting2=… service. I have considered the...
> Therefore one doesn’t need an import map. For example, my module imports the Deno standard library internally, so I thought it wouldn't work unless I replaced the import statement...
I tried deploying this and it looks like the isolate start time has improved to 3.10ms. Since there are no performance issues anymore, isn't it okay to merge this? ...
If I specify `Connection: close` in the request header, it works as expected, but if `Connection: keep-alive` is specified, I think it hangs. Beyond that, I am not sure.😓
I will look into this later! please wait a little bit!
Unfortunately I can't reproduce it locally. Can you try rerunning the test and see if this happens again?
I've been debugging this for several days to get to the cause of the CI failure. I think I may have figured out the cause. I'd like to create a...
This is due to a 20 year old Windows backwards compatibility feature and a Deno CLI bug related to it. # Deno CLI bug for short file names Windows has...