Kevin Galligan
Kevin Galligan
### SQLDelight Version 1.5.3+ ### Application Operating System iOS, Native, etc ### Describe the Bug The in-memory mode of sqlite without a shared cache name allows only one connection. The...
Explore being able to step into Kotlin from calling code (Swift/Objc). I'm pretty sure this isn't possible, but it's something we should explore. See Slack for some context: https://kotlinlang.slack.com/archives/C3PQML5NU/p1654805821671169
We don't even mention that the CLI is written in Kotlin anywhere, so a building section is probably a good place to highlight that.
It would be nice if we could get basic stats. I'm not sure we want to do this, though, so I'm adding the task but we'll icebox it for now.
Should make some installation and usage videos. - [ ] Video installing the cli, then installing the plugin. Show the Load Bundle and explain - [ ] Video adding source,...
There are issues debugging, like trying to put a breakpoint in suspend functions, or trying to step through a big recursive chain. Also simple things, like how to add source...
When lldb and Xcode loop through a set of fields, we get calls for both regular named fields and ampersand prefix fields, which is presumably some form of "address of"....
Using the nmm PR https://github.com/touchlab/Stately/pull/82 Create a test application that creates concurrent collections (ConcurrentMutableList, etc) and access them from multiple threads. Should be in a sample dir in the repo....
Update for Kotlin 1.7.20 and new memory model