samrose

Results 136 comments of samrose

@justinrubek @workingjubilee I'd love to try and help move this forward if possible. Let me know if there are things I can try to take on beyond testing on aarch64-darwin

@justinrubek thanks. I am also trying to specifically build an `aarch64-darwin` build of the [pgrx-nix-example](https://github.com/justinrubek/pgrx-nix-example) running into issues with it, but once I have that working I can connect and...

@justinrubek makes sense. I would need to make this PR work, plus make your example work using the builder `buildPgrxExtension` on `aarch64-darwin` in order to get what I need out...

Coming back to this now. I believe the hanging tasks here were https://github.com/pgcentralfoundation/pgrx/pull/1683#issuecomment-2083155009

https://github.com/supabase/postgres/issues/1564#issuecomment-2836432990

resolved with https://github.com/supabase/postgres/pull/1681

@lookevink thank you for reporting this issue. I wanted to ask where you experienced this problem? Are you experiencing this issue in a hosted version of supabase, or are you...

@lookevink when using this query ``` INSERT INTO __gpcp_precip (time, rast) VALUES ('2024-12-01 00:00:00', ST_FromGDALRaster('/path/to/raster.tif')) ON CONFLICT (time) DO UPDATE SET rast = EXCLUDED.rast; ``` Where did you upload to...

This capability has been disabled throughout the life of supabase service, due to security concerns with file operations. However, we are now investigating whether we want to enable drivers that...

> Will this help the sporadic timeouts we get from time to time on the testinfra CI job? Steve, yes, I am trying to target that. I am going to...