Andrew Monks
Andrew Monks
@rainice it is not.
thanks, @jaffemd! you saved me some debugging time :) safari 15.4; react-dropzone 11.0.3βThe callback wasn't called consistently when using the label element. Removing that element worked for my use-case.
I don't know about this bug in particular, but for what it's worth, we are using 4e12de31aec95543509591db85c65fd5fe6d8ea7 successfully with go 1.15, but we vendor all our go modules, so your...
here is a small example ```js import { Connection } from "thunder-react"; // thunder-react is the "client" directory in samsarahq/thunder async function connectFunction () { return new WebSocket("ws://localhost"); } const...
do other tools in the ecosystem support this syntax?
A ha! thank you for pointing me to that issue, and for the suggestion! π An (admittedly cursory) google for "graphql import directive" does not seem to indicate to me...
@emahuni I see that prisma supports a space between the poundsign and the word import: https://github.com/prisma/graphql-import#usage I think, given that prior art, we would accept a PR that added either:...
thanks for the issue! π forgive me if I'm misunderstanding what you're asking for, but does this undocumented option meet your needs here? https://github.com/samsarahq/graphql-loader/commit/29da45c7f1bc726b855ea7c11cf290a19e0a3248 If so, I'd be interested in...
do other tools in the ecosystem have this behavior?