Ken Okabe

Results 66 comments of Ken Okabe

> DOTNET_ROOT Thanks, actually, I recognize that, but the point is I need .net version control. Multiple versions of .net SDK coexist side by side, and the global environment variables...

This is harder than I thought. To make this work for recursive functions such as fibonacci sequence, the only working method I found so far is, to wrap the function...

I came across an article about [F# Nullness support](https://www.compositional-it.com/news-blog/fsharp-nullness-support/) . As someone who's eagerly awaiting Nullable types including reference types in F#, I want to thank you for this contributions....

same events.js:86 this.domain.enter(); ^ TypeError: Object xxxx.local has no method 'enter'

To those concerned with this issue, I recommend you to use: **Excalidraw for Visual Studio Code** https://github.com/excalidraw/excalidraw-vscode https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor It's easier to manage local files by VSCode's native file management and,...

Now, all of the modern browsers including mobile versions support ESM. ESM is no longer a future module system but a current defacto-standard. Please be aware of not providing the...

I have encountered the same issue because [VanJS](https://vanjs.org/) api heavily depends on n-ary functions that I need to use. My workaround is to create a bridge.js and export the hooked...

I'm sorry, but probably, I misunderstood your question. As already mentioned here, JS/TS currently does not have tuple data structure, so in theory, "Generate JS tuple" is impossible. In JS,...

This is a very basic must-have feature for many hackers, when it will be implemented?