Brad Peabody
Brad Peabody
If Vugu could be made to run on TinyGo it would be a game changer in terms of the final executable file size. Here are the main language differences/limitations: https://tinygo.org/lang-support/...
Might be outside the scope of Vugu, but ideally there would be some supported desktop solution for distributing apps written in Vugu. Possibly CEF could be used for this. A...
The basic playground functionality works at https://play.vugu.org/ (#2), but there is a lot to go to make it all super spiffy: The visual design definitely needs help. Colors, fonts, borders...
Hot module reloading: (we could gob-encode everything, dump that sessionStorage or something, reload and restore). Basic functionality is file watcher sees when you changed something, builds, serves new file(s) and...
Technically we can implement a component with anything that satisfies the ComponentType interface. This means that templates could generate DOM from Go templates or other templating languages. And actually it's...
Right now a script other than with Go code is not allowed at the top level of your .vugu file, and it is unspecified what happens if you just put...
Pretty compile errors, so when things fail during dev you get the output right in the browser. Vue does this and others. It might be just a matter of tuning...
**Premise:** Despite the UUID name, "universally unique" values are only achievable with some sort of pre-arranged pattern that decides which systems will provide which values. Adding more bits and entropy...
### Is your feature request related to a problem? Please describe. If I am wiring a complex application which uses interfaces to describe dependencies, it is cumbersome to have to...
Right now it appears that MaxSize is what determines when rotation should be done. However a common way to rotate log files (e.g. with https://github.com/logrotate/logrotate) is by time ("daily","weekly", etc.)....