Jonathan Gamble

Results 69 issues of Jonathan Gamble

While there is a need for `GROUP BY` in PostgREST, this feature would take care a lot of the use cases: https://github.com/PostgREST/postgrest/issues/158 https://github.com/PostgREST/postgrest/issues/167 https://github.com/PostgREST/postgrest/issues/915 https://github.com/PostgREST/postgrest/issues/158 It would be nice to...

idea

Here is my schema: ```graphql module default { type User { required username: str { constraint exclusive; }; required created_at: datetime { default := datetime_current(); }; updated_at: datetime; multi todos...

### Which scope/s are relevant/related to the feature request? create-analog ### Information Now that we know [Zoneless](https://github.com/angular/angular/pull/55329) is coming sooner than later as experimental, I think Analog needs to prepare...

enhancement

### Which scope/s are relevant/related to the feature request? create-analog ### Information Currently there is no way to get the file contents in your pages directory for `.md` files. This...

enhancement

- [X] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** When creating a schema with `file` or `blob`, I get: ``` Error: Unsupported valibot schema:...

bug
next

### Operating System n/a ### Browser Version n/a ### Firebase SDK Version 10.12.3 ### Firebase SDK Product: Auth ### Describe your project's tooling SvelteKit with Firebase - https://code.build/p/sveltekit-todo-app-with-firebase-C73xaa ### Describe...

bug
api: auth

### Have you tried Dgraph before this proposal? and did not find anything similar? _No response_ ### What you wanted to do. Enforce that a value exists in a node...

kind/feature
community
area/dql-graphql-interop

### Operating System Windows 11 ### Environment (if applicable) Vercel Edge with Qwik ### Firebase SDK Version 10.13.1-canary.16d62d4fa (or lower) ### Firebase SDK Product(s) Auth ### Project Tooling Qwik (1.8.0)...

api: auth
question
needs-attention

### Describe the bug If I want to export a shared state, the normal way is to do like this: ### Option 1 ```ts // rune.svelte.ts export const rune =...

feature request
runes