timdadd
timdadd
To support handling of generics, add an interface that includes all the null types `type NullTypes interface { NullString | NullInt64 | NullTime | NullBool ... }`
In model/foo.go package model struct foo type {bar [] string `json:"bar"`} The generated proto file doesn't have the line to import "typespb.proto" import "typespb.proto";
Hi, I wanted to try and extend this solution to support maps of a string slice. Any thoughts how I could implement this? There is a link here discussing what's...
### Origin URL https://ckeditor.com/docs/ckeditor5/latest/tutorials/crash-course/view.html ### Project version 41.0.0 ### Is the information outdated? How? The bind...to generates an [error](https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-observable-bind-to-parse-error) Offending line: ` button.bind( 'isOn', 'isEnabled' ).to( command, 'value', 'isEnabled' );...
Hi, I wonder if you can help me, it's nice that you're supporting DAGRE but with the old version it would run offline. I'm struggling to get the same result...
Hi, Great library, I took a fork because I'm not sure if you want contributions to the main code: This is a quick copy and paste upgrade that allows different...