Brad Peabody
Brad Peabody
**Describe the bug** Right now if we do: ```html test ``` The code-generated .go file does not include a corresponding `if` statement and thus the div is always output. This...
Using gRPC or other mechanism can we make it so the call from client to server looks just like a function call? With the http.Get() just being wrapped for us....
Right now the simplehttp handler just delegates to http.ServeContent for static files. If the static file is a .wasm file (i.e. if you are using simplehttp in production with a...
Figure out Wasm Binary Diff/Patch for Caching Parts of Wasm Binaries; or Domain-Specific Compression
One possible solution to the problem of the Go binary file size is to make a patching library (probably in JS, although potentially it could be written in C [or...
Once #4 (router) is done, this should be much easier. Decide if we want to wait for and use #5 (full html rendering). Either way, this should be supported and...
Research needs to be done to find what tooling is around in terms of Go Canvas drawing libraries and see how these could be used inside a Vugu application. Canvas/3D/drawing/etc...
Right now if you make a something.vugu and manually create a something.go and then run vugugen or the devserver, ParserGo will happy clobber your something.go file with its output. It...
It would be great to have a page where we kept track of what works and doesn't work in what browsers. I'm pretty sure all of mobile is broken right...
(From David NG on Slack) I followed the guide on https://www.vugu.org/doc/files/markup, and gets `./root.go:81:28: undefined: i` for the example code: ``` ```
There should be a way to make a div or other element that has a GL canvas in it and then you can use gowebapi.github.io inside that. This is similar...