Matt Robenolt

Results 178 comments of Matt Robenolt

👋 I am going to go through everything here tomorrow and give all the feedback I can based on my experiences so far. This is exciting.

Just to add here, I suspect in this case, it is related to the collation `utf8mb4_bin`, but want to see what the API response is for this type. Something is...

So looking into it more, the `utf8mb4_bin` collation itself causes MySQL to interpret this column as binary and not utf8mb4 anymore, regardless of the actual charset. And because we see...

Why not just entirely skip installing the hook if it's not a tty? Is it possible that stdin being a tty could change while the process is running?

Just wanted to jump in here, we have shipped and have been playing with HTTP/3 paired with connect for a while now. At least for our use cases, there haven't...

Oh right, I also have a hack in place to work around https://github.com/lucas-clemente/quic-go/pull/3623 But I think this would be also a rather niche edge case for others. Entirely unrelated to...

We do this: We have an image that uses this as it's base, so something like: ``` dockerfile FROM tehranian/dind-jenkins-slave COPY docker-entrypoint.sh /entrypoint ENTRYPOINT ["/entrypoint"] ``` Then our `docker-entrypoint.sh`: ```...

Likely, I'm not even sure why `sshd` is needed tbh since we don't use it. But I'd rather let @branden answer better since he mostly works on this stuff. I'm...

I guess there are a few failing test cases, so this might be tricky for me to debug. :/ But if we can make this work, or at minimum exposed...

> I saw in our history that we've had other issues with ? and mysql8 and this seems related I'd be interested in hearing about it. For context, I'm sorta...