Michael
Michael
I had the same issue today. Disabling `remote.SSH.useExecServer` fixed it for now. Can I help in any way to solve the problem?
seems to be related to https://github.com/NoXF/libwebp-sys/issues/20
I've tested version 0.2.4 via https://github.com/image-rs/image and there are still memory leaks, but less. I've see these results when running our lambdas: Version 0.2.2 ``` 2023-07-12T15:38:22.120+02:00 Memory Size: 256 MB...
We ran into this issue, too. Is there any good workaround right now?
I'm thinking of a solution via the [Page Visibility API](https://davidwalsh.name/page-visibility). That could be also integrated in oidc-client-ts: Listen to hidden / visible state of the tab and push a refresh...
Are there any plans to support `no-floating-promises`?
@dkzlv Here is an updated version: https://stackblitz.com/edit/github-ysvv8s-q5a1kr?file=src%2Fapi.ts (Seems like an Google/Edge Update broke the example, in Firefox the original version is still working)
@dkzlv Any update on this?
It's not a nanostore problem, it's a JSON problem: `JSON.stringify` cannot handle `Number.POSITIVE_INFINITY`. And `NanoqueryValue` uses `Number.POSITIVE_INFINITY` in its `expires` attribute. Fixing that resoles the bug: ```typescript /** * Nanoquery...
We are experiencing the same issue described in this thread and would like to inquire about the status of a fix. @astahmer Is there an estimated timeline for resolving this...