Blake Gentry
Blake Gentry
We have a fix in the next Pro release that will partially resolve this, but unless you're running the embedded handler variant of riverui then you'll also need the next...
I just encountered this same issue in [River UI](https://github.com/riverqueue/riverui). On `@headlessui/react` v2.1.2, hovers and clicks are not properly captured by my `Listbox`. However, if I revert to v2.1.1, everything works...
My guess is that this is due to the `database/sql` driver not currently supporting `LISTEN` functionality, so there's no way for the worker to find out that the job has...
Right the issue is that River's dbsql driver doesn't support listen at all at the moment, so it can't receive notifications. #352 was my idea for how we could solve...
Just to make sure I understand the use case, are you saying in your setup it would be difficult to make a pgx pool that's solely for the purpose of...
@mokiat well, my comments were probably pretty confusing in light of how #352 has rotted since it was open (including it being based on an earlier merged PR but showing...
Ugh, we've seen this issue pop up a few times in different ways. It seems to be something related to Go modules and local caching, even though as far as...
That approach should work. I'm also wondering if this is an annoying enough problem to justify adding a CLI command for it. Especially for Pro customers, there are just a...
Dang. Making sure you don't actually want me to review this or anything since you've hit a blocker.
The risk I see is that as it currently is, the middleware have no timeout whatsoever applied to them. Beyond that I don't think it matters a lot either way,...