Derek Ellis
Derek Ellis
I forked this repo and successfully managed created a ElasticDragDismissCoordinatorLayout class, and it works! A problem occurs with CollapsingToolbarLayout however. The Drag effect starts before the collapsed toolbar has re-expanded....
They're mostly minor things, but - As I mentioned on reddit, the status bar color is a little off - The Toolbar doesn't have any elevation (even on Marshmallow) -...
I've [played around](https://github.com/dellisd/reroute/tree/master/web/src/jsMain/kotlin/io/github/dellisd/reroute/map/compose) with building a Compose for Web wrapper around mapbox-gl-js. The implementation still needs work, but I think the general compose-level API design is decent. The map is...
The R2DBC postgres driver requires the placeholders in the SQL string to be in `($1, $2)` format instead of `(?, ?)` form, but that's currently not supported in SQLDelight. This...
I believe this is a duplicate of #2790 which is fixed in alphas. Can you try upgrading?
You might have to replace all occurrences of `com.squareup.sqldelight` with `app.cash.sqldelight`
This may go beyond the scope of this library, but adding a set of classes to automatically create some kind of ClusterAnnotation would be useful. You could run your data...
SQLDelight with absurd-sql is now possible with the latest snapshot versions _and_ Kotlin 1.7.0-Beta ([coincidentally](https://youtrack.jetbrains.com/issue/KT-51125)). I've created a proof of concept here: https://github.com/dellisd/sqldelight-js-worker/tree/absurd-sql
No longer relevant with the new async implementation
> Is absurd-sql a planned feature for sqldelight 2.0? Currently I'm looking for options on how to persist the DB between page reloads on js. There won't be any special...