faustinoribeiro
Results
3
comments of
faustinoribeiro
- 1 Nativescript and, if possible, make sure queries, etc. are not running on the UI thread.
I think things like http or slqlite are already running on a separate thread to prevent blocking the UI, so I assume it should be possible to implement a similar...
Like others here, I am surprised that there is no "append" option when opening a file. I am learning zig and I spent about an hour reading the standard library...