Tim Anema
Tim Anema
We have now implemented a notification system that will now notify *after* the asset has been updated on shopify. It also allows for a webhook notification as well as the...
https://blog.carlmjohnson.net/post/2021/how-to-use-go-embed/
**Describe the bug** reported in https://github.com/Shopify/themekit/issues/631 ### REPORT I'm having this issue all of a sudden. I've been working for a week with my theme. All of a sudden tonight...
This will not work on production shopify as this was done with a local running shopify server and an experimental branch. ### What this does During deploy, watch and download,...
fixes #653 There was a problem with filters on windows machines in the new version. Because we changed the watching functionality. This is because the old watching backend always passed...
Hi! I was wondering if this was on the roadmap, or actively avoided? I am having issues where it seems like users may have other tools running that would touch...
## System information - Version: `github.com/osteele/liquid v1.2.4` - Go: `go version go1.13.7 darwin/amd64` ## Problem I am receiving syntax errors while trying to parse templates that are meant for shopify....
I am sorry, this may be very basic but I am trying to use this library and I try to run `GOARCH=js go get -u -d github.com/goxjs/gl/...` I get `unsupported...
I am writing my own lua parser and running lua validation tests imported from the lua repo. You can find these files here: https://github.com/lua/lua/tree/master/testes However `stylua` has some issues on...