Brad Peabody
Brad Peabody
Awesome. On that note, if you know of any CSS-only (or mostly CSS) UI libraries that could be used to get this going, that would be useful info. My overall...
Yup, makes sense. I went ahead and put this together: https://github.com/vugu/vugu/wiki/Component-Library-Notes. Hopefully that can be used to help start organizing things. I'm not quite ready yet to dive in on...
Yeah I agree - that's what the main Go project's net/http implementation does on js + wasm. See https://github.com/tinygo-org/tinygo/issues/850
@badarsebard Okay cool and sounds good. From what I can see `vg-for` on `` should work as you're using it, but yes, the vgform stuff is intended to make this...
To clarify, you mean something like a `-r` option to `vugugen` which would run on each child directory? Would there be a need to file (either include or exclude) child...
vugugen does now have a `-r` option. https://www.vugu.org/doc/tools#vugugen
Yeah it looks like there is a hard limit around 16k: https://github.com/vugu/vugu/blob/master/domrender/renderer-js-script.js#L809 That code can probably be rewritten to allocate a new larger buffer of the necessary size if and...
@kyzer-davis I was thinking, for simplicity, we would only define a meaning for the variants + versions that we actually want. Meaning basically that UUIDv6 I think stays as it...
I tried to lay it out here https://github.com/uuid6/uuid6-ietf-draft/blob/master/LATEST.md as best I could. But the idea is if the variant field is set to 0b111, this would mean the version field...
> the rift this creates in how versioning works is going to be an ongoing pain in the ass to articulate and rationalize about. The logic I'm proposing in https://github.com/uuid6/uuid6-ietf-draft/blob/master/LATEST.md...