joeyparis
joeyparis
I was able to improve test coverage overall, but I took the `equal.js` code and relevant tests from `fast-deep-equal`. We might be better off removing `equal.js` and making `fast-deep-equal` an...
Update as of 2021-09-19, same error message but install process has changed. Now `brew install macfuse` instead of `brew install [--cask] osxfuse`, but still has the same error at the...
That's what I thought at first too, but I added this and it's what I currently have in my `GraphQL::Schema`: ```ruby use GraphQL::Guard.new( not_authorized: ->(type, field) do GraphQL::ExecutionError.new("Not authorized to...
@sshaw Just tried removing the `prepapre_variables` method from my `graphql_controller` but unfortunately, I'm experiencing the same problem
Okay! I've figured something out and got it "working", but I feel there may still be improvements that can be made to the gem. It's all based around this section...
@softmarshmallow Are you only using use-gesture or are using it together with react-zoom-pan-pinch?
I'm not sure if this is worth opening a separate issue but the `\b` shortcut seems to be ignored when used in template literals \`\`. Which even seems unofficially recognized...
@SeparateRecords absolutely!
@cavaloni you can access the actual element like this: `ref={el => this.currencyInput = el}` and then later reference the actual input via `theInput` property. e.g. `this.currencyInput.theInput.focus()`. I wasn't able to...
Also experiencing the same problem will let you know if I find anything out too!