Raminder Singh
Raminder Singh
Yeah, you'll need to store it in a variable and use that.
The versions are different because these are two different crates. The one on crates.io is `supabase-wrappers`, which is the framework crate. It wraps Postgres API (using pgrx) and exposes a...
Hi @bpbastos, we have work in progress on [exposing user defined function as queries/mutations](https://github.com/supabase/pg_graphql/pull/393). Once we are done with that, then we can pick this up. I know this is...
Yes, we do plan to support JSON types as function parameters.
I was able to reproduce similar behaviour on my Windows machine, NVIDIA GeForce RTX 3060 GPU, with [this svg of a map](https://upload.wikimedia.org/wikipedia/commons/f/fb/Koppen-Geiger_Map_Cfc_present.svg). The window looks like this: 
@AlbertoGP can you please try changing line 72 in `gpu/renderer/mod.rs` from this: ` max_storage_buffer_binding_size: 1
The way to troubleshoot this is to compare the difference in how the `DeviceDescriptor` is configured for the skybox example shared by @AlbertoGP (`wgpu$ cargo run --release --example skybox`) and...
Sure, I'll add a test.
@benesch Added tests for the delete records api.
@benesch Can you please take a look at the PR. Thanks.