wip: refactor cursor modes into boolean #2099
Annotations
11 errors and 1 warning
|
Build:
textinput/textinput.go#L643
cannot assign to m.Cursor.Blink (neither addressable nor a map index expression)
|
Build:
textinput/textinput.go#L674
m.Cursor.HiddenStyle undefined (type cursor.Model has no field or method HiddenStyle)
|
Build:
textinput/textinput.go#L712
m.Cursor.HiddenStyle undefined (type cursor.Model has no field or method HiddenStyle)
|
Build:
progress/progress.go#L186
cannot use m (variable of type Model) as tea.Model value in return statement: Model does not implement tea.Model (wrong type for method View)
|
Build:
progress/progress.go#L197
cannot use m (variable of type Model) as tea.Model value in return statement: Model does not implement tea.Model (wrong type for method View)
|
Build:
progress/progress.go#L202
cannot use m (variable of type Model) as tea.Model value in return statement: Model does not implement tea.Model (wrong type for method View)
|
Build:
progress/progress.go#L206
cannot use m (variable of type Model) as tea.Model value in return statement: Model does not implement tea.Model (wrong type for method View)
|
Build:
progress/progress.go#L209
cannot use m (variable of type Model) as tea.Model value in return statement: Model does not implement tea.Model (wrong type for method View)
|
Build:
textarea/textarea.go#L1103
cannot assign to m.VirtualCursor.Blink (neither addressable nor a map index expression)
|
Build:
textarea/textarea.go#L1118
m.VirtualCursor.HiddenStyle undefined (type cursor.Model has no field or method HiddenStyle)
|
Install Go
Restore cache failed: Dependencies file is not found in /Users/runner/work/bubbles/bubbles. Supported file pattern: go.sum
|
Loading