Kai O'Reilly
Kai O'Reilly
This PR is superseded by #1229, which contains all of these changes and more.
Even when it has an actual grow factor it doesn't work.
Thank you for filing this issue. 1. This issue is likely caused not by the filename but by the element name. HTML element names cannot start with a number: https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements#name....
Also FYI in #1608 I just fixed an issue with the default Title setting, so now you can just set Name and then Title will automatically follow.
Thanks for reporting this. I guess it shouldn't include the link URLs at all, although we could have an HTML mime version at some point that correctly includes the absolute...
Thank you for filing this issue and apologies for the delayed response. Do you have [CGO](https://pkg.go.dev/cmd/cgo) enabled? You need to set the `CGO_ENABLED` environment variable to `1`. Please let me...
Furthermore, we need to decide on our approach to chaining setters: should they be generated for low frequency things, should base widget things like `Style`, `On`, and `SetCustomContextMenu` be generated...
Also, we might want to consider reducing stuttering in some of our APIs (`styles.Style`, `events.Event`, `SetAbilities(true, abilities.Hoverable)`, etc.
We also need to make sure we clean up all of the old code like `Props` and other commented out things before v2.
We have taken major steps toward cleaning up the API through PRs such as #971, #975 and #976. Also, we have decided to only generate setters for the proximate node/widget...