Veyndan Stuart
Veyndan Stuart
Clicking "View Source" on [ViewGroupCompat](https://developer.android.com/reference/android/support/v4/view/ViewGroupCompat.html) links to [https://android.googlesource.com/platform/frameworks/support/+/refs/heads/master/v4/java/android/support/v4/view/ViewGroupCompat.java](https://android.googlesource.com/platform/frameworks/support/+/refs/heads/master/v4/java/android/support/v4/view/ViewGroupCompat.java) which returns a 404 error.
Dialect: PostgreSQL https://www.postgresql.org/docs/12/domains.html ### Example ```sql CREATE DOMAIN http_url AS TEXT DEFAULT 'https://example.com' NOT NULL CHECK ( VALUE != '' ); CREATE TABLE page_rank ( url http_url, rank INT NOT...
### Description Per [`CONTRIBUTING.md`](https://github.com/cashapp/sqldelight/blob/master/CONTRIBUTING.md#sql-psi): > After your change has been merged to sql-psi, if there are changes you also need to make in SQLDelight, check out the `sql-psi-dev` branch on...
## Proposed Changes From https://issuetracker.google.com/issues/233703110: > In Paging 2.1.2, when an error is thrown from the `DataSource.Factory`, the error is propagated through the rx chain, so we could use things...
Closes #103
**Search terms you've used** > https://github.com/solid/solidproject.org/search?q=navigation&type=issues I found https://github.com/solid/solidproject.org/issues/237 where this comment could be appropriate, but it looks like an old issue, and doesn't look likely that this bug report...
Closes #72. When no match occurs, Jspoon should use the default value given by the user instead of passing `null` to the `node` of `ElementConverter`. `ElementConverter` shouldn't receive `null` as...
This library looks super cool and I wanted to try it out, but am coming across a problem in the generated code, where the compiler is complaining that `'@JvmName' annotation...
### Describe the bug When pressing the "Login" button from the toolbar, we are shown the "Create Account" tab, instead of the expected "Login" tab. When doing a fresh login...
As recommended by https://github.com/json-ld/json-ld.org/pull/810#issuecomment-1666602859.