Matt Peterson
Matt Peterson
The problem is that the slider is saving a reference to its elements in the compile function, which aren't necessarily valid once it gets to the linking stage. The bit...
Thanks! Out of curiosity, are you able to share what are you using it for? I'll accept contributions!
I'm having a similar issue with PagerDuty, where the template is valid but I accidentally tried to do something like `{{ .CommonLabels }}` inside `{{ range .Alerts.Firing }}`, which of...
Looks like you can set the view used to render the dock tile for the Application: https://developer.apple.com/documentation/appkit/nsdocktile/1525995-contentview
Yes, I'm aware. I was referring to the bit in the description talking about png2icns and generating bundles on the fly. Although I guess if you want to generate bundles...