Simon Michael
Simon Michael
That was a red herring. ~~[...wild goose chase elided...]~~ `cashflow` shows changes in Cash accounts. I think declaring the Asset accounts without also declaring Cash accounts stops it detecting the...
In short, I think this is a limitation warned about in docs and not a bug. Though UX improvement plans are always welcome. I can investigate the "Interesting findings" also...
More warnings could be nice, if they don't get in the way. Up to now we have kept things simple - the journal is either valid or not. What about...
Or more generally, if there are account declarations for some but not all account types ? Some of them are not used by everyone (eg `V`). Should reports which use...
We may not want to force a ton of boilerplate on everyone. But strict mode sounds like a good idea. At the very least we could add a check for...
Thanks for the report. I have noticed that use of 5000 by Apple, but have not experienced the clash myself. I'm open to a PR changing this, although it may...
https://serverfault.com/questions/11806/which-ports-to-use-on-a-self-written-tcp-server suggests using 49153 or greater. I would like to pick 50000, but various things use that: https://www.speedguide.net/port.php?port=50000 https://www.speedguide.net/port.php?port=49999 is the first one I've found with no known users, but...
https://www.speedguide.net/ports.php?filter=55550 is another free one.
I see fromIntegral still used in ~36 places. I'd say we should keep this open until we have a documented policy on how to avoid unsafe fromIntegral usage (by replacing...
@advancedAlpaka hi, yes this is still a limitation. Have you seen it cause a problem in your usage ?