Joel Domke
Joel Domke
Adds the option to `JsonKey` to include fields in `toJson` that are not used in the factory (`fromJson`). Related issues: #24, #891
# Bug report I have a SQL function that returns a boolean and Supabase CLI generates the TypeScript types as expected: ```ts Functions: { some_function: { Args: Record; Returns: boolean;...
# Feature Request ## Is your feature request related to a problem? Please describe. I have a table with a foreign key that references the id column of the storage.objects...
## What kind of change does this PR introduce? Allows the addition of annotations for the kong service. This way a static IP can be set. ## Additional context I...
## What kind of change does this PR introduce? Adds the option to specify an import map path used for all functions.
Using one of the two functions in an RLS will still keep the table accessible to clients with the service key (and postgres role) requests since both of them go...
### Please check the following before submitting a new issue. - [x] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [x] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...
## Problem I have a table with multiple constraints and I want to upsert some rows. Those rows could fail on any of the constraints so specifying the conflict columns...
I am using a tile provider that does not have a fixed allowed cache duration. Instead I have to delete each tile after the duration specified in the Cache-Control header....