Jed Fox

Results 610 comments of Jed Fox
trafficstars

> Having two accounts in the account register with the same name will become confusing Agreed, I name mine “USAA Checking” and “USAA Savings” to disambiguate. Since people might already...

Agreed, see my comment on #496.

Do you have the “Automatically add transaction” checkbox checked for that schedule? That will auto-create the schedule.

If you have the checkbox to auto create transactions checked for the schedule I think that is the expected behavior.

If you have a better (concise) description we would be happy to change it!

Update: I spent a few hours trying to rebuild the `libofx.wasm` file in [`node-libofx`](https://github.com/actualbudget/actual/tree/master/packages/node-libofx), but it unfortunately seems like modern versions of Emscripten are not capable of building libofx/opensp anymore,...

Here’s one we do have from the test set: https://github.com/actualbudget/actual/blob/master/packages/loot-core/src/mocks/files/data.ofx. That said, there’s likely something specific about your file that‘s causing the issue. Maybe your bank is duplicating transaction IDs...

One option: ```jsx const { params: { id } } = useMatch().match const { width, height } = useMeasure().size const { aspect } = useViewport().viewport ```

That’s not the way Prettier works. We decided it’s usually more readable to split each thing onto its own line.

Looking at this again, I think an option would be unnecessary, but it would be OK if we preserved the style used in the original code.