Jesse Stuart
Jesse Stuart
@joeblew99 I think subscriptions are what you're looking for: http://graphql.org/blog/subscriptions-in-graphql-and-relay/
A workaround for this issue is to convert the column being compared into `text`: ```sql -- name: ListWidgets :many SELECT * FROM widgets WHERE "type"::text = ANY(@type::text[]) AND user_id =...
With what's been happening in Palestine becoming more visible over the past 90 days, I'm wondering if there's enough support to get a PR approved to add this banner? (See...
This appears to be a duplicate of #4877, which has been open since Aug 5 of 2022 with mostly positive reactions, and I'm wondering if there's enough support to get...
Thank you for filing this feature request @ErgoPraxis! Yes, removing the announcement will likely be a bit tricky, and I think the second option you've suggested should work. The chapter...
There a few things that seem likely candidates for this issue: 1. The file extension of the downloaded book has been changed 2. There's no `info.txt` next to it 3....
Yeah, I think there may be either different markup breaking cross-region support, and/or additional prompts that aren't handled. I'm not sure when I'll have time to dig into this. PRs...
> Is there some cache I can delete to make the auth a fresh one? Nothing is being cached by the app across runs. My guess is this has to...