-
Hey there!
When I get a web socket update I want to refetch data.
This setup is working (notice setTimeout):
```javascript
useEffect(() => {
if (!enabled) {
return;
}
prettyLog…
-
### Describe the bug
When using `@graphql-yoga/plugin-response-cache` plugin, and following the documented example here: https://the-guild.dev/graphql/yoga-server/docs/features/response-caching#exter…
-
### Describe the bug
I'm using Font Awesome 6 Pro by following the guide at https://iconify.design/docs/libraries/tools/examples/import-fa-pro.html . But I changed the `basePrefix` to `'fa6-'`, so …
-
The ESQuery rule's data view selector shows an empty list if the data views service hasn't finished refreshing the saved objects cache before the component is rendered.
## To reproduce
1. Add a dela…
-
```js
export const cacheable = new CacheableLookup({
cache: new QuickLRU({ maxSize: 1000 }),
});
```
```
Type 'QuickLRU' is not assignable to type 'CacheInstance'.
Types of property 'set'…
-
Ive tried using the following example:
```js
import { pip } from "https://deno.land/x/python/ext/pip.ts";
const np = await pip.import("numpy");
const plt = await pip.import("matplotlib", "matplo…
-
### 🐛 Describe the bug
With version 0.5.0 the promise files for caching are no longer reliably deleted. Instead of trying to delete the file as soon as the cache has been created torchdata seems to w…
-
# Bug report
## Description / Observed Behavior
onSuccess option is not called after upgrading from Expo 51 to 52
```
react: 18.3.1
expo: 52.0.4
```
## Expected Behavior
onSuccess to…
-
Why ? Because this code would recreate the store on each "click"
```ts
function onEmitted(name, { cache, args }) {
console.log(name, Array.from(cache.entries()))
}
document.getElementById('…
-
### Bug description
The Pagespeed was so slow, that the Loading Time was up to 20s. So I read the thread to disable the Watcher by setting it to false in the stache.php.
But after setting it to f…