Quentin Quaadgras
Quentin Quaadgras
Integrate https://github.com/evanw/esbuild ? It's written in Go. (From the Readme) Major features: * Extreme speed without needing a cache * ES6 and CommonJS modules * Tree shaking of ES6 modules...
Can confirm that firefox does not display animations, instead complaining about invalid values. 
This is a good question, @goccy do you have a link to the bug in question on the Go issue tracker?
Sure, I have it on the gopherjs branch of the qlova/seed repo: https://github.com/qlova/seed/blob/gopherjs/style/css/examples/gopherjs/gopherjs.go The Web Assembly version works fine. The only external package is: github.com/qlova/seed/style/css My only thoughts are that...
Ok, I am having another look at this, here are exact steps to reproduce: ``` git clone https://github.com/qlova/seed cd seed git checkout gopherjs cd style/css/examples/gopherjs gopherjs build ```
I'm currently working on https://github.com/readykit/gd which is a set of Godot 4.0 bindings for Go 1.9, I won't be supporting Godot 3.x but this project may be of interest to...
Definitely getting closer to this point, the overall API style and use of Qlovaseed has been finalised.
I think this issue hints more broadly at improving the documentation of Qlovaseed. While the packages & functions are documented on pkg.go.dev, there needs to be better documentation on the...
Could https://github.com/fogleman/fauxgl work?
> Well, no. Such changes should be available in the built-in documentation as well. Besides, having it hardcoded like that here makes it very hard to maintain. This should really...