Felix
Felix
Edit: doesn't work anymore. --- Anyone wants to mitigate this issue please set `defaultPreloadDelay: 999999` to disable preload in DEV mode using a conditionnal statement.
Will stop HMR help? I just don’t want the page to reload, don’t care if it is stale or not.
> I'm debugging in webview on iOS and this problem is driving me crazy... We have found a way. see https://github.com/vitejs/vite/issues/18489#issuecomment-2848404974
You might want to use pnpm to patch the package as you need. Sorry I no longer interested in maintaining this package.
I got a hacky way to work around this if anyone is interested https://github.com/sep2/nvim/blob/757a6e90421aafe517ba37ed879fed8c9954b1f2/lua/plugins/git.lua#L36-L50
We use this pnpm patch to appy this PR before it merged ```patch diff --git a/dist/urql.es.js b/dist/urql.es.js index c2ef1c7e614e49bad3002c98893ccbc5ed2abc5b..0b5feec9a4631e3827389803d687b573b21c26a5 100644 --- a/dist/urql.es.js +++ b/dist/urql.es.js @@ -70,11 +70,21 @@ var hasDepsChanged...
We recently update from node 22 to node 24 and from "postgres": "^3.4.5" to "postgres": "^3.4.7" and face the same issue.
@johannes-lindgren Since there is currently [no way to give admin permission to others](https://github.com/orgs/community/discussions/108527) on a personal repository, I would like to transfer the ownership of the repository to you, but...
We are not using `auth()` and doing auth manually in `allowRequest()`, have no issue since then.
After the split ```typescript const result = textNode.splitText(...punctuations) for (const node of result) { if (!node.isUnmergeable()) { node.toggleUnmergeable() } } ```