-
Ensemble fetches all artifacts for an app from firebase. However, assets like fonts can be packaged with the app to avoid refetching and improve performance. We should be able to fetch remote artifact…
evshi updated
2 weeks ago
-
Currently we have `flows.flowsession.timeout_on` and `wait_expires_on` to track when we need to timeout or expire a session wait. Two issues:
* There's no immediate state change to say that we've…
-
Add a boolean option, `autoRefetch`, to automatically refetch an entry when it becomes stale.
-
**Fleet version**: 4.58
**Web browser and operating system**: Chrome running on macOS
### 💥 Actual behavior
If I delete a BYOD (only BYOD? Unsure.) in Fleet, the device will not reappear i…
-
![image](https://github.com/user-attachments/assets/f6f53dad-783e-41c3-81a6-6652b05446a6)
The current implementation is naive, just refresh the whole page after claim task.
Should only refetch data …
-
I am trying to implement `refetch` on the query result, but I am not successful.
With an adapted standard example:
```tsx
{({ data, loading, refetch }) => {
…
-
As per the title, I have looked at the [documents ](https://relay.dev/docs/next/api-reference/use-refetchable-fragment/) which states:
`disposable: Object containing a dispose function. Calling dis…
-
### Describe the bug
When `deferStream` is `false`, the withError example here will be broken: https://stackblitz.com/edit/tanstack-query-aqydpb?file=src%2Froutes%2Fwith-error.tsx (forked from [off…
-
Mirroring [issue 3312 from Relay](https://github.com/facebook/relay/issues/3312) since it is a discussion there whether or not this should be handled in the Network Layer. If so, then it would be grea…
-
Trying to enableRefresh properly.
I load images to display to user and want a button they can press to re-grab those images from the server. Download and cache them like new.
I've been looking …