Owen Waller

Results 46 issues of Owen Waller

**Is your feature request related to a problem? Please describe.** We are considering using Vugu to write our UI in, as the project is entirely Go based at the minute....

enhancement
before-v1

**Describe the bug** I am attempting to follow the "Getting Started" guide at: https://www.vugu.org/doc/start, but am seeing an this: ```2021/02/24 19:13:00 Starting HTTP Server at "127.0.0.1:8844" WasmCompiler: Successful generate WasmCompiler:...

# Reason @bradleypeabody and myself are seeking feedback from the community in relation to the `main_wasm.go` file. We are *considering* marking this file as autogenerated in the future and recommending...

# Background With reference to Issue #246 This issue serves as the ToDo list for Vugu v1.0. *Please note* To goal of the v1.0 release is to get `vugu` stable,...

Use a Taskfile (see: https://taskfile.dev/) to build the vugu packages, the vugugen and vugufmt command line tools, run all of the tests, and lint the source code. This simplifies building...

Oops, this corrects a mistake made in PR261 (https://github.com/vugu/vugu/pull/261) When the "_vgen.go" files where removed and replaced with the new "*_gen.go" files, the auto-generated files in the vgform package were...

Hi, Following up on issue #243 I am working on a project (it is commercial and closed source), that is using Vugu. We are at this point 100% Go based,...

At the minute the tentative plan is that we want to get Vugu to a v1.0 release using the standard Go compiler. This allows us to get the code base...

help wanted

In relation to #171 What is the current state of the [vgforms](https://github.com/vugu/vugu/tree/master/vgform) package? What if anything needs to be done for a v1.0 release?

Hi, As TailwindCSS was mentioned in #246. I've not come across [TailwindCSS](https://tailwindcss.com/) before but it does look interesting. My project is currently using Bootstrap as the CSS framework. I am...

enhancement