Results 55 comments of Thom Wright

I've started getting this after updating docker-compose on my machine. It happens if I run `docker-compose pull`. I was previously on a much older version of docker-compose, which worked. I...

> I'm sorry that you feel that way. The main goal here was to just get everything out that was in my head rather than me continuing to fail at...

>From BoneCP's README, I finally landed on [HikariCP](https://github.com/brettwooldridge/HikariCP) which purports to be one of the best connection pools for Java. And what do you know, [finally someone else with pluggable...

Yes, it's a Brendan Gregg thing. More info here: https://github.com/launchbadge/sqlx/issues/1896. Sorry, perhaps I should have linked to this earlier. Keen to hear your thoughts. As for sampling, I made a...

I've just found #1860 and #1900, which is great! For anyone interested, there's some good discussion in there about implementing a connection acquisition wait metric (for pool saturation).

It seems `sqlx` converts strings to binary before sending them to the database. The binary representation PostgreSQL expects for the `uuid` type is different from the bytes representing the formatted...

@christoshadjiaslanis would you still recommend that approach? And are PRs still being reviewed/merged? Sorry to pester, but I'm really keen to use Synth and this is currently the biggest blocker...

PR sent. The Travis build failed, but it seems to be because it hasn't been configured and is trying to build a Ruby project.

:+1: That would probably be a better solution.

I'm currently writing some tests for [jsonresume/registry-server](https://github.com/jsonresume/registry-server). It's slow going, with a few more tests on the way. I'd be happy to help out if someone wants to write tests...