Emi

Results 458 comments of Emi

@dlmrich that’s great to hear! I’ll check it out and update the instructions for using that soon

Things here have improved quite considerably on the TinyGo side: * Much of the reflection API support has been improved: https://github.com/tinygo-org/tinygo/pull/1727 * `reflect.New` support has been added: https://github.com/tinygo-org/tinygo/pull/1787 I haven't...

It may be the case that TinyGo just doesn't support `recover()` very well, has anyone tried just disabling tests that rely on `recover()` and seeing if the remainder pass -...

@aykevl makes sense, thanks for that info! We don't use `recover()` outside of tests anyway (it's literally just to check if we panic under the right (wrong) conditions) :) I...

I haven't had a chance to read everything here yet, so I'm just skimming & replying to a few things here. > instead of writing JavaScript/HTML/CSS. Well, at the end...

@gernest Personally, I think that is a mistake commonly made in the javascript ecosystem and not an advantage. - Want a build tool for your javascript project? take your pick:...

@xoviat Can you link to what you are talking about?

@pdf FYI I haven't finished yet but I do have a quite extensive change to move us over to a nicer test suite that is more data-driven and just produces...

Actually I had some spare hours, so I moved the entire test suite over and sent https://github.com/gopherjs/vecty/pull/178 :) Still todo here is adding more tests to achieve 100% coverage, but...

> Perhaps this is a solution to a problem that doesn't exist. If the text in a textbox changes, moving the cursor to the end of the text might not...