Michael-F-Ellis

Results 36 comments of Michael-F-Ellis

Nice! This may get me out of a corner I painted myself into. Thanks for creating and maintaining it.

Wow, predictive support! I was just about to ask for help with that? Could it be something to do with the destroy() call?

The problem goes away if I comment out `keyboard.removeKeyboard()` in the :`hidden()` function. I tried looking at total document size using a sizeof() function I found at http://code.stephenmorley.org/javascript/finding-the-memory-usage-of-objects/ No idea...

So far no reason to rush. I'm sure I'm going to have a few more questions about usage and layout. I do have it working in a prototype of my...

Thanks, Jan. A parser could be a nice addition to htmltree. I have a tight deadline to finish a project for a client this week so I won't get a...

(the following is a duplicate of my reply to https://github.com/QQuick/Transcrypt/issues/337) @JdeH I'm sure the misunderstanding must be mine. After more than a decade of active Python development, I confess I...

Looks like https://stackoverflow.com/a/36515301/426853 has the answer to the `htmltree.htmltree` problem.

Is it feasible to add an `AppendFromFile` function? It would have to behave something like `sponge` i.e., soak up all the input from the pipeline and then emit the input...

Thanks very much for creating this! I've been coding Go professionally for the past 3 years, but I'm just starting out with TinyGo, so please forgive me if I ask...

FWIW, I found the following on FuncPCABI0 at https://cs.opensource.google/go/go/+/master:src/internal/abi/abi.go;l=99 ``` // FuncPC* intrinsics. // // CAREFUL: In programs with plugins, FuncPC* can return different values // for the same function...