Christian Brevik
Christian Brevik
Disse faller ut også, i tillegg til verdiene: 
Skulle vi hatt en linter på indekseringen kanskje?
Burde utrede om vi skal returnere markdown til indeksering for GPT/vector-database. Jeg vet at GPT kan forstå markdown, og kunne i så tilfelle også gitt lenker til de som spør...
I've taken a stab at this in #849. Had some issues with bound ports, but think I found an okay solution
Yeah that makes sense, I noticed one was `on_stderr` and one was `on_stdout`, so without looking too much into it I thought it waited for a print on either err,...
I guess this explains it: https://github.com/testcontainers/testcontainers-rs-modules-community/issues/158#issuecomment-2212510436 If either `stderr` or `stdout` is always the "second" (or in case of already mounted volume, the "first"), then maybe it would be sufficient...
Seems like `listening on IPv4 address "0.0.0.0", port 5432` is being printed in both cases. So I got it to work locally for both cases if I changed the ready_conditions...
Well, it seems like it also works with the truncated message for "listening". So this would work even if it was possible to override listening address: ```rust fn ready_conditions(&self) ->...