dfalling

Results 25 comments of dfalling

It looks like you aren't importing the videojs-youtube tech. ```html ```

I'm seeing this issue as well. `useLazyQuery` writes the request data to a ref, so inside `useQuery.asyncUpdate` all the calls have the same data (the last request). https://github.com/apollographql/apollo-client/blob/a7970cf3e06a44b695350d6dd7326a3f087294c8/src/react/hooks/useLazyQuery.ts#L74-L82

@sschneider-ihre-pvs, no- refetch is for updating a single query...for new data from the server, or to pass in new args. The problem with useLazyQuery is many of us would like...

Ah, thanks- I had trouble finding examples of how you were doing the testing. I'm still somehow screwing this up though. I've noticed that after my `conn = put(...` call,...

Oh yeah, that makes sense. Ok I feel really close. Hopefully the last thing- I can't get that Ets Mock to work, something about `EtsCacheMock.put/2`. Is there any other setup...

Scratch that! I put the `init` call in a `setup_all` block for my tests, but it actually needs to run in a `setup` block instead for each test. Thanks!

Aaah, I spoke too soon. So adding it to `setup` worked for that test suite, but I realized all my other suites were now failing because of swapping out the...

No worries for the delay, I've been pretty busy with the holidays too. I tried using the test_helper, but I run into the same issues as when I was using...

Do we know when these deprecated levels are going to be removed by Apple? We're coming up on new releases of iOS and macOS soon, which I worry may completely...

> Hi, are there any plans/chances for merging of this PR and a new version release in the near future? This repo's in maintenance mode. I switched to this fork:...