Gergely Novák
Gergely Novák
Since I updated Kodi to its latest version (19.1) this extension unfortunately stopped working. It simply says "Unable to connect to Kodi".
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior `OptionDataStream` has a `subscribe_bars` method, but the option stream does not...
## Mandatory **Where is the source code for the plugin?** https://github.com/utilitywarehouse/protoc-gen-go-enums
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Add https://docs.alpaca.markets/reference/corporateactions-1 to...
... or at least this should be an option. ### Content & configuration The PetStore has dozens of examples, e.g.: ```yaml Category: type: "object" properties: id: type: "integer" format: "int64"...
According to the [Go WIKI](https://go.dev/wiki/Deprecated) > To signal that an identifier should not be used, add a **paragraph** to its doc comment that begins with Deprecated: followed by some information...
The "omitzero" JSON tag has been introduced in [Go 1.24](https://tip.golang.org/doc/go1.24#encodingjsonpkgencodingjson). However, the easyjson generated functions completely ignore it. For example this test succeeds without easyjson ``` go type S struct...