Oscar Beaumont

Results 269 comments of Oscar Beaumont

Future: - [ ] #23 - [ ] #21 - [ ] #4 - [ ] #19 - [ ] #18 - [ ] Investigate JSON RPC compatibility? - [...

Document using a Cargo Alias to run the unit test

Next release plans: - [ ] Redo Axum extractor system - [ ] Test cases for middleware and context switching - [ ] Alpha of create-rspc-app - [ ] `ctx.invalidateQuery`...

Documentation Site v3 Upgrades: - [ ] 404 page is bad in dark mode - [ ] Sidebar on midsized screen text size goes bigger and sucks - [ ]...

- [ ] Generic middleware response type - [ ] Middleware func takes in `impl Serialize + Type` - [ ] Build `impl GenericRouter` to fix the Spacedrive problem of...

- [ ] rspc.useInfiniteQuery - [ ] rspc.invalidateQuery

I thought so too! I have always loved using GraphQL Playground to explore the data before the frontend has been developed. It is something I can do in rspc because...

You can technically use an Axum extractor (`Path` in that example could be an `Extension` extractor) but I think I am going to **remove that within the week** as I...

For now, Netlify Functions support has been added and is recommended because my experience with the Vercel Rust Serverless and Edge Runtimes was not good.

```ts export type Location = { id: number; pub_id: Array; node_id: number | null; name: string | null; local_path: string | null; total_capacity: number | null; available_capacity: number | null;...