paulotten
paulotten
I'll take a stab at this.
Hi @jonaro00, my dance card is full until the new year. Feel free to take over on this if you wish. From my recollection I thought these current changes should...
> Chrome Firefox appears to get the same error (check the network monitor) then on its own initiative redirect to https://www.shuttleapp.rs/.
Hey @iulianbarbu I think I've got the code written for this. https://github.com/shuttle-hq/shuttle/pull/968 I'm having issues testing it though. I'm trying to follow the steps from https://github.com/shuttle-hq/shuttle/blob/main/admin/README.md#how-to-test-custom-domain-certificates-locally I'm getting an error...
@iulianbarbu yes. Longer answer: I hadn't done it since last remaking the images. Running the docker command now however I get a "UNIQUE constraint failed" error, so the container still...
I've used [sealed_test](https://crates.io/crates/sealed_test) before to deal with race conditions in tests. In this case though the race condition is postgres, not the Rust code. So I don't think that approach...
I tried moving `index_size` to it's own file. Will this shows the test as being run alone, instead of in a block of 32 other tests, it can still fail....
I'm thinking of trying a database lock next.
> I'm thinking of trying a database lock next. I attempted this here: https://github.com/paradedb/paradedb/compare/dev...paulotten:paradedb:issue1498_lock I still recorded 1 failure out of 3 runs though. So I don't think this is...
The `message: "extension \"vector\" is not available"` errors went away after I installed `pgvector`. I used `yay pgvector` which installed an [AUR](https://aur.archlinux.org/packages/pgvector). This is an Arch Linux only solution though...