I am a coder
I am a coder
Is there any documentation I can refer to?
I am using https://www.nuget.org/packages/Ink.Engine.Runtime-Unofficial/ How can I do `undo/unwind` and record paths/choices taken? Looks like they are not provided in the package. Do I have to implement my own?
https://simplydallas.github.io/udacityreviewparser/ this app doesn't work now.
https://deno.land/x/[email protected]/automerge_wasm_bg.wasm is not vendored in Deno. `deno vendor` only vendor files that are directly imported. `automerge_wasm_bg.wasm` is read as data at runtime. Therefore it's not vendored. This resolves to a...
The notebook example is great. But when I try to use it as python script, it breaks, Is it usable as standalone script?
The current implementation of HTTP does IO. I should consider the design of `h2` which does not do IO. My HTTP class should be a wrapper of `h2`. The IO...