Thibaut Rousseau
Thibaut Rousseau
Docker latest is fixed, it now correctly aliases 0.16.4, you can try again with the persistence directory :)
We should add UI smoke tests
Hi @skateinmars ! Just made a PR to fix this issue earlier today. Would you mind reviewing/merging it, although it's not a security fix? 🙏 We use sqalx extensively and...
If the change is official, can you add a notice to the README, and maybe archive this repository? The current state of affairs is a bit confusing tbh
I assume it would not be hard to merge? I don't know if this repo is stil maintained but could you merge it soon? Soda is still my favorite Sublime...
Sessions in Smocker are used to group a series of calls in a logical unit. For example, we make great use of sessions in our test suites: 1 session =...
Hi @Laski, `dynamic_response`s only allow to generate a `response`, not a `proxy`. There's no real way to handle "dynamic proxy" for now.
Thanks for this detailed answer! Completely agree with not expanding the public interface if there are other solutions. > I just introduced it in https://github.com/jackc/pgx/commit/0f0d23659950bbf7a1677e50aac09b1e29ad7c60. This should mean you get...
perfect, thanks a lot :)
would you mind making a new tag with these changes? I don't think I can point my dependency to `master` without rewriting my import to `github.com/jackc/pgx` instead of `github.com/jackc/pgx/v5`