Vicary A.
Vicary A.
@brummetj Interesting use case for the same app to support two concurrent user sessions, if that's what you mean by "at the same time". For most apps, calling `cache.clear();` when...
Turns out `/dev/` contents are refreshed on container start, `docker restart` fixed it. Unfortunately it still doesn't work because my USB capture card only supports YUYV and ffmpeg is unable...
Will be fixed in https://github.com/gqty-dev/gqty/pull/1282, the abandoned `kamilkisiela/release-canary` is the culprit.
@cdomigan Please feel free to test this canary, I'll release the patch once you find it working!
@cdomigan You may have to wait until `isLoading` turns `true` and then `false` again to mean a successful fetch.
@cdomigan Despite marked as legacy, the purpose of this hook is to create a familiar experience for users from other libraries such as Apollo's `useQuery`. AFAIK they do have a...
Depends on ESM support
Apologies that I just don't care enough to make a minrep for the moment, pinning down to 4.1.0 as my fallback. :)
Hey @Ty3uK, since the merge of v3 the cache is completely rewritten. You may try installing `gqty@canary`, see if it works!