Kai O'Reilly

Results 459 comments of Kai O'Reilly

We should also figure out text selection in read only text fields as part of this.

Thanks for the offer! I should be able to implement it, but you should certainly feel free to file a PR if you want! We probably want to use something...

Thank you for reporting this. I can reproduce this and we will work on fixing it when we have the time. In the meantime, as a workaround, you can add...

The spelling data used for the text editor spell checking is 14.7 megabytes, which is most of the size of the text editor; without the spelling data, text editor is...

Much more efficient storing of the spelling file was implemented in #1001, which reduced binary sizes by 14.0 MB. Supporting spell checking for text fields is not a high priority,...

We also need to fix read only time values, especially in the file view.

I fixed read-only switch handling in #1495, but there is still more logic required, probably for widgets like switches (plural) and color pickers for example. We also need to document...

This is not needed for v1.

The inclusion of a dependency outside of the standard library may be unideal, but it has no concrete impact on the interpreter. Go is designed such that packages are only...