Chris Jagoda

Results 8 comments of Chris Jagoda

Specifically, my use case is to cache the result from a create api call in a different cache. I can do this, but it comes at the cost of having...

This is what those two functions look like. ``` // Serialize args for getById endpoints // Use when calling getById endpoint by either the id or the passed object to...

I can think of some additional cases where having a place to put args that aren't part of the cache key would be useful. One might be if you needed...

Basically, there is one route to pass data to queries/mutations, that is through args. I want a backdoor to pass additional data, called extraArgs, with the difference made clear that...

That doesn't work for my use case. `patchQueryData` will only update query data for a cached entry. It won't create if there's not one there.

> I guess they'll find workarounds that are even more dangerous otherwise. Indeed we will, haha. Thank you for taking the time to understand my problem.

@iamkun this issue still persists in the latest release. I've created a codesandbox reproducing the issue, it occurs when calling startOf/endOf/add/subtract with a dayjs date using a tz in GMT-0....

Here's another discussion on this issue going back to 2020 - https://github.com/iamkun/dayjs/issues/1219 I commented this codesandbox reproducing the issue https://codesandbox.io/p/sandbox/new-grass-hfmczy