John Starich
John Starich
Since the Go docs say: > Path names passed to open are UTF-8-encoded, unrooted, slash-separated sequences of path elements, like “x/y/z”. Path names must not contain an element that is...
@ghostsquad Helpers added in #18! Was the above Go code snippet and the new helpers enough to unblock you?
Hi all. Where do we stand on this today? I love the way this library works, but I have use cases that necessitate an "eject" button to resolve selected fields...
I hit the same issue when I first picked this up, too. It's definitely a surprising behavior, compared to most (if not all) Go libraries I've worked with over the...
Hey @gedw99, good to hear on the debugging side of things with tinygo. Mainline Go's support for debugging has been difficult to say the least. I do hope it improves....
Hey @gedw99! If it takes much longer, I may need to try tinygo instead. I'm feeling the sunk-cost fallacy pretty strongly right now 😂 It at least _appears_ I'm close...
Hey @gedw99! I'll take a look a bit more later, but you might want to give `make watch` a try. That's the one I usually use for local dev.
@gedw99 Any luck with `make watch`? Looking at your Makefile, that might not be building the necessary web assembly binaries for you – so you may end up with a...
Awesome, thanks @paralin. Sorry for the delays on my end, it's been tough finding time to debug the issues in #18.
Thanks @paralin, I haven't forgotten about your PRs. I will get to them soon! Life's been a bit busier these past couple weeks 🙂