David Antonucci
David Antonucci
Is there really no way to 1. Detect the new SSH connection and 2. "Reopen" the files so that they're savable again? I understand that the socket is broken, but...
The plugin doesn't have a way to interact with the SSH session, and run the commands itself?
Same error, and it's not syncing with my Yahoo! calendar. All I get is that error on a way too frequent basis (As in, every few minutes). I'm on Android...
I updated my `package.json` to be `"@apollo/client": "https://pkg.pr.new/@apollo/client@12319"`, since Repl, where I'm testing, doesn't allow me to directly run that NPM command. I see the same bug.
> I would ultimately recommend you to migrate off the onCompleted callback - we will deprecate that soon, for a lot of reasons I already laid out in my previous...
That could possibly work. In my case, I ended up also needing to know if I had a cache hit, which also isn't supported by `useQuery`, so I won't be...