Matt Bessey
Matt Bessey
Would love this, really annoying to have to clear your notifications from all the accumulated long running commands this logs
Similar issues here. After clicking login with github my chrom console contains: ``` [Embedded Page] Uncaught SyntaxError: missing ) after argument list webviewElement.ts:303 [Embedded Page] Uncaught ReferenceError: skip is not...
Didn't know about `validate_max_errors`, thanks! Our crude solution in addition is to have a maximum number of 100 `@`s in the query string.
Just an addendum, I focussed on invalid directives here, but the same is true for valid ones: ```
Another configuration I was not aware of. Having read up on it a bit, adding `Timeout` to the default path makes me a bit nervous, but only because I have...
@hvenables left the company (enjoy Shopify Harry :stuck_out_tongue:) so I'll have to fill in on feedback! This definitely works for us. Our GraphQL Pundit authorization architecture is essentially - All...
I've been thinking about this more lately, in the context of #4087, because we perform the same scoping that GraphQL Pro Pundit does to ActiveRecord::Relations, within all our ActiveRecord::Relation sources....
I would also like to vouch for "action", I think it semantically makes the most sense; You're either asking the pundit policy if the user... 1. is an [X]?. (role:...
You can see how we handle this in Brillo (a Polo wrapper with some extra conventions) [here](https://github.com/bessey/brillo/blob/master/lib/brillo/adapter/postgres.rb)
Indeed, this is one of the parts of Brillo that would probably fit better in Polo. It doesn't seem like the API would be affected at all either, since you...