nullst
nullst
### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same feature, before opening a new one. - [X] This issue only relates...
The INI grammar as given in the current version of `README.rst` has the following rule: ``` expr = (entry / emptyline)* ``` However, the `IniVisitor` class slightly below does not...
### Describe the bug: I am writing a desktop GUI application that would be usually running in the background, with minimized window that is opened from time to time. I've...