Results 3 issues of Nick McGuire

Hey there! 👋 I was wondering if it was possible to expose a way to run the browser support tests explicitly. I have things that trigger off the change of...

improve

I think it would be nice to have a tagged release binary that users can come download instead of telling the user to go get to install.

```Rust enum Color { Red, Blue, } struct Palette { colors: Vec, } ``` This will generate the wrong type for `colors`. We need to add a way out if...