Madis Pink
Madis Pink
Trying to modify a column to `SET NOT NULL` in a migration fails. SQL: ``` ALTER TABLE run ALTER COLUMN use_orchestrator SET NOT NULL; ``` Error: ``` > Task :app:warp-gate:generateMainDatabaseInterface...
### SQLDelight Version 2.0.0-alpha03 ### IDE Version IntelliJ 2022.2 ### Dialect PostgreSQL ### Describe the Bug Opening `*.sq` files in the IDE always prints this header, source inspections don't seem...
jcenter has been soft-sunsetted and most Android projects are either in the process of migrating off jcenter or have already done so. It looks like there are no sqlitemagic artifacts...
I've got a view inflation failure originating from an assert in layoutlib and it's very hard to track down as I can't easily place breakpoints into layoutlib due to missing...
Having two validators recurse into eachother blows up with a `StackOverflowError`. I don't really expect a fix here, but a better error message (e.g. what was currently being evaluated) would...
``` Execution failed for task ':pkl-playground:genKotlin'. > Pkl union types are not supported by the Kotlin code generator. ``` --- Bit of a tall ask, I know, but it'd be...
This currently fails with parsing: ``` dependencies { add("myconfig", "com.example:foo:1.2.3") } ``` parse error: ``` 1: extraneous input '"' expecting {'file(', 'files(', 'project', ID}, 2: extraneous input '"' expecting {'}',...
It's used to achieve artifact type selection together with version catalogs, e.g.: ``` dependencies { add("myconfig", variantOf(libs.foo) { artifactType("tar") }) } ``` currently fails with: ``` 1: extraneous input 'libs.foo'...
### Expected Behavior Ability to run work actions outside the normal worker pool bounded by max workers. ### Current Behavior (optional) Today at least following the public APIs any workaction...