Oliver Rice

Results 281 comments of Oliver Rice

Could you please try to produce a minimal reproducible example so I can dig into it locally? please include your `env.py`, definition of the trigger, and asyncpg version

It'd be worth testing it with psycopg2-binary to see if you still get the error too

I'd be open to a PR but this isn't something I have bandwidth for at the moment. For now I'd recommend excluding your migrations directory from pylint Added help wanted...

The changes to `flatten` and `collect` look good Could you please provide an example for `map` and `filter` where the original code throws a type error but the updated src...

I didn't totally follow the limitation you're referring to here. Could you provide an example function that isn't reflected and the change you made such that it is reflected? Limitations...

We would like to add first party support for PostGIS and pgvector as they're the most popular extensions on the platform. pgvector will probably go first because its a lot...

It depends on how complex the type you want to implement is So long as the type is representable using the existing base types it would be pretty straightforward Here's...

``` flu(["foo", "bar"]).filter(lambda x: x.startswi ``` this is great example. thanks, all of these would be welcome improvements

looks great if you submit a PR I'll check it out!

yes, i think there's been enough demand for it to justify the addition + it doesn't introduce any performance issues Like Raminder mentioned, we're pretty slammed right now so it...