You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have the same behavior.
It is related to library https://github.com/gotk3/gotk3 that does not know how to translate a type into a Go struct. There are marshallers for many widgets, but the missing one in our case is related to library https://github.com/sourcegraph/go-webkit2 that did not register marshallers for its types.
I extended gotk3 to have the missing type name...
I try to use a exapmle:
It compiles, but gives an error in runtime:
"warning: no suitable Go value from object for arg 0: missing marshaler for type"
go1.12.7 linux/amd64
Ubuntu 18.04.2 LTS
How to fix it?
Thnx
The text was updated successfully, but these errors were encountered: