- Aug 05, 2023
-
-
Matiss Janis Aboltins authored
Making the `crdt` package fully TypeScript-strict.
-
- Aug 04, 2023
-
-
Matiss Janis Aboltins authored
Upgrading murmurhash. The new version has TS types. Apart from that, it looks pretty much the same. Diff: https://www.diffchecker.com/CEpBedX1
-
- Jul 31, 2023
-
-
Matiss Janis Aboltins authored
-
- Jul 05, 2023
-
-
Matiss Janis Aboltins authored
Fix a small regression introduced in https://github.com/actualbudget/actual/pull/1076 Tested locally and this seems to have solved the problem
-
- Jul 04, 2023
-
-
Matiss Janis Aboltins authored
-
- Jun 28, 2023
- Jun 26, 2023
-
-
Jed Fox authored
This significantly speeds up `yarn lint` for me. It also ensures we’re listing all source files in the project, including the `.eslintrc` files and any other files that may be present.
-
- Jun 18, 2023
-
-
Matiss Janis Aboltins authored
actual-server does not need to import the full actual-app/api package. It can import only the CRDT stuff.. so I'm extracting it into a new package to reduce the size of actual-server and make the link between things more transparent.
-