Maik Schreiber
Maik Schreiber
That is correct, mobile platforms are not supported yet. I haven't looked into touch support at all yet. And yes, that would be a good place to start.
That is correct, the List implementation needs more work being done to support changing the model on the fly. Simply changing the entries slice behind its back will result in...
I'm wondering, why is it costly for you to recreate the entire List?
Thanks, I just wanted to get some more insight into your use case. If you can make it such that the List does not update that quickly, it shouldn't be...
No particular reason, but I can't quite remember if I was planning to enforce using methods on the vertical slider instead of using methods on the List directly. I'll look...
Well, the current approach of the List implementation is a rather naive one, in that it simply creates all Buttons for all entries. This is not ideal, especially when you're...
`TextInput` does not currently support multiline input or line numbers.
I don't have extension `georgewfraser.vscode-javac` installed (never had), and it still does not resolve Lombok annotations for me. Edit: In my project, I had used an older Lombok version (1.16.x)....
> The linter repository should have a CI, tests, a readme and linting. I have since [added](https://github.com/blizzy78/consistent/actions) GitHub actions for linting, unit testing and checking code coverage to the linter's...
> It must not contain `init()`. ~~Just to note, the linter does use an init function at one point to [construct an internal lookup map](https://github.com/blizzy78/consistent/blob/master/rangechecks.go#L29). The init function does not...