Ana Hobden
Ana Hobden
I no longer have access to an M1 Mac so unfortunately I cannot help anymore. Perhaps someone with an M1 mac can help.
I wonder if we could find a way to have the conversion to happen on demand... So it only happened if the user used it...
We chatted about this and wanted to set up a follow up meeting with @eeeebbbbrrrr . I think it looks reasonable and we want to do something like this, we...
It looks like you ran the option to regenerate the bindings for docs.rs! That's 100% okay, but could I ask you to revert those changes for merging here? We prefer...
Thanks for reporting this! #588 should fix it. If you want to use it, you'll need to depend on the branch in your crate and install `cargo-pgx` from that branch...
Could you please show your error that you are experiencing and, if any, more context for your code (preferably the whole function or at least the lines related to the...
Hi @nikkhils , thanks so much for exploring this. :) Let's hear what @eeeebbbbrrrr thinks, maybe we need to create an pgx api for this.
Thanks @jamessewell ! Let me know if I can help at all.
Yeah, `impl Iterator` in aggregates is.... going to need some design consideration. We'd need to use a concerete type. You should be able to get it to work with just...
Hmmm I tried this on https://github.com/zombodb/pgx/commit/2817f84c8d954cbf2722bbe3ad38dd2062a9660b However when I try to load an example: ```rust ana@autonoma:~/git/zombodb/pgx/pgx-tests$ cargo pgx run pg14 --features pg_test Stopping Postgres v14 building extension with features `pg_test...