Felix Zedén Yverås
Felix Zedén Yverås
# Feature request Please support generating user-tied API keys via `supabase-js`/`GoTrue` ## Is your feature request related to a problem? Please describe. I'm developing an open API. Users can sign...
I have a database where I want to exclude all tables from the `auth` schema, except `auth.users`. This database also has tables in other schemas that I want to be...
## Icon Request * Icon name: Automatic/System Dark Mode (`sun_moon`?) * Use case: Visitors to my website can choose between light theme, dark theme or for the theme to follow...
**Plugin version** 1.28.0 **Gradle version** 8.2 **JDK version** OpenJDK 19 **(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version** Kotlin 1.8.20 **(Optional) Android Gradle Plugin (AGP) version** AGP 8.2.1 **Describe the...
This is related to #667 but, I think, more narrow in scope. We use xml documentation comments in code but have not been able to find a way to standardize...
Originally filed with AutoMapper: https://github.com/AutoMapper/AutoMapper/issues/4389 ### Description Using the setup described in the attached gist, the query (see gist) fails with the attached stack trace. However, removing the `ADto.AOnlyProperty` property...
I have a github action which executes `semantic-release` with `npx`. The project does not have a `package.json`. Everything seems to work fine, before failing with error `Cannot find module 'conventional-changelog-conventionalcommits'`...
_(Rewrite of original submission for brevity and to include an error message which may help future googlers)_ I have a Dexie instance with multiple custom middlewares. In some circumstances, I've...
I'm essentially working on replicating the functionality of `dexie-syncable` using the new dbcore apis. The idea is to intercept insert/update/delete actions using middleware and also add an entry to a...
I'm working on supporting uuids as a primary key. `dexie-observable` supports this via a custom `$$` syntax but I don't want to use `dexie-observable`. Instead I'm now jumping between the...