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
# github.com/sbinet/iview
projects/golib/src/github.com/sbinet/iview/main.go:191: w.w.Resize undefined (type screen.Window has no field or method Resize)
projects/golib/src/github.com/sbinet/iview/main.go:211: undefined: screen.UploadedEvent
projects/golib/src/github.com/sbinet/iview/main.go:265: w.w.Resize undefined (type screen.Window has no field or method Resize)
projects/golib/src/github.com/sbinet/iview/main.go:270: w.w.Size undefined (type screen.Window has no field or method Size)
projects/golib/src/github.com/sbinet/iview/main.go:280: too many arguments in call to w.w.Upload
projects/golib/src/github.com/sbinet/iview/main.go:287: w.w.Size undefined (type screen.Window has no field or method Size)
I looked in golang.org/x/exp/shiny/screen and cannot find any field or method Resize. My repository seems to be up to date.
The text was updated successfully, but these errors were encountered:
yes. as I said in the golang-nuts thread, this repo needs a way to resize a shiny window, programmatically.
I have hacked my way into exp/shiny, waiting for golang/go#13339 to be addressed in some way.
go get https://github.com/sbinet/iview
gives the following error message:
I looked in golang.org/x/exp/shiny/screen and cannot find any field or method Resize. My repository seems to be up to date.
The text was updated successfully, but these errors were encountered: