Philip Wedemann

Results 160 issues of Philip Wedemann

Currently, the validator does not create .api files or api declarations for public external declarations, which results into not checking the JS declarations, which could be called from library consumer...

Current implementation has many workarounds for early days of Compose for Web

db is already local and works offline, but auth needs to be optional as well as sync. Use absurd.js on web.

With a custom StringFormat like Ktor Ressources

It is a standardized database (catalog) so referring its tables/views should not fail and should be resolved. https://www.postgresql.org/docs/current/information-schema.html contains a good documentation.

Each database has unique system tables containing system information. At the moment sql-psi does not know about these tables so referrencing to these tables fails with `No table found with...

Before merging: Please merge https://github.com/AlecStrong/sql-psi/pull/433 first because it contains a commit of it

It is not needed and while SqlParserDefinition is abstract, SqlDelightParserDefinition is not. So this code does not work, because, during renaming a NamedElement, it will throw a (useless) CCE. ```kotlin...