Pedro Américo
Pedro Américo
for now I'm using this patch, if anyone is interested with [npm](https://npmjs.com/patch-package) and [yarn](https://yarnpkg.com/cli/patch) is different pnpm: (root of package.json) ```json "pnpm": { "patchedDependencies": { "[email protected]": "patches/[email protected]" } } ```...
@Tanner-Scadden use this patch for now ```patch diff --git a/src/time-matcher.js b/src/time-matcher.js index 52a0b8ea5db9914d7e7b7ef74f8da9c8fcdbc181..6f24160a528c799a43fea4f415237b6597918723 100644 --- a/src/time-matcher.js +++ b/src/time-matcher.js @@ -15,6 +15,18 @@ class TimeMatcher{ this.pattern = convertExpression(pattern); this.timezone = timezone;...
I'm not using tRPC, but I have the same issue
> Was not able to reproduce on edge on this particular version. #2195 shouldn't be the cause of it. > > Can you maybe check the pages themselves for error,...
@mneunomne is there a way to make a backup without using the export button?
I tried to move the database files to a new installation and got the same issues, probably database corruption
I have found the culprit; the database (~148MB) got too big and corrupted itself. ([probably](https://superuser.com/a/1649143/1492922)) At around 75k ads on vault, the extension stopped working correctly.