Alec Winograd
Alec Winograd
I was able to workaround this on 3.5.x by setting this plugin to only modify imports of @apollo/client ` ['graphql-tag', { importSources: ['@apollo/client'] }]`
Not a problem. Feel free to take it or leave it. If the changes aren't too significant, it's likely not a ton of work to incorporate them into my fork
I'm running into this issue too. @bastengao have you found a solution? Also @fuelen, would you be open to PRs that add ActiveStorage compatibility?
@fuelen still trying to wrap my head around the code as I haven't worked with middlewares or `ActionDispatch::Http::UploadedFile` directly before, but this commit seems be to be working for me....
Ahh I see. I knew there must have been a reason but I had trouble figuring out what the history was around that change. I'll likely take some more time...
Love the idea of how the client-preset works in terms of TypedDocumentNode. I'm running into issues integrating into my codegen due to the lack of plugin support along with the...
I had a similar issue in which I was marking a View as "adjustable" to implement an accessible slider. TalkBack wouldn't let me use volume controls to update the slider...
@kelset sorry to bother you with a ping, but would be great to get some 👁️ on this PR. Is there anything I can do to entice a maintainer to...
Thank you @kelset @cortinico for pushing this PR forward and getting it merged. Much appreciated!
@ZiiMakc you may get a string back, but you won't get type information from the request anymore. I do not have a better solution, it's something that needs to be...