DJ Mountney

Results 49 comments of DJ Mountney

Fonts are worked around now, and this has been rebased to include the renames that went in seperately. Now it's easier to review the actual changes here. I haven't divined...

After looking around and not really finding an good alternative that didn't involve a third party monitoring service, I ported and published a github action that gives us a sizecompare...

Tracked down the victory warnings. Looks like it's an incompatibility between babel output and rollup's PURE annotation implementation. I logged an issue with rollup here: https://github.com/rollup/rollup/issues/5324 The impact (other than...

Renamed to a propoal, and this is now ready for review. Today I did some speed comparisons, which I added a section to the description for. This is much faster...

Release note added! Also want to point out, that while it looks like there is a massive drop in dependencies in yarn.lock due to this change (and there IS a...

> Trying this out locally, building and starting the app is working great! But for some reason, debugging (e.g. breakpoints) from VS Code doesn't seem to be working for me....

@MatissJanis it initially loads for me, but I get the spinner as soon as I try do do anything beyond the budget list. Like I can start an import, but...

Bizarrely it's hanging in the backend. in sqlite.openDatabase.

It's some sort of issue with one of the dependency changes unrelated to vite. Running yarn dedupe on the master branch repros the issue. Will need to dive in to...

The issue was deduping node-abi. Electron and better-sqlite have an issue with this as described here: https://github.com/WiseLibs/better-sqlite3/issues/1044 . Updating to electron 27 looks like it fixes this. But for the...