Mark Friedenbach
Mark Friedenbach
Not major issues, but something which wasted some of my time and which I'd like to save others from. So the getumbrel.com website recommends a "1TB+" Crucial SSD. Since I...
This replaces PR #30 by @Zyllian. It is exactly the same change, but without the auto formatting. I also added an example to demonstrate that stdin/stdout/stderr are captured by the...
I don't know if this is a welcome contribution or not, but this repo doesn't seem to be applying `cargo fmt` style guidelines. This patch fixes up the source code...
The `CMakeLists.txt` file requires the use of clang. Why? Clang is not installed by default on all operating systems, and I was able to get it running easily enough with...
When adding a split transaction, you should be able to auto-fill the amount for the last item, using whatever is leftover. Suggested UI: click on the text field containing the...
When recovering a wallet I got a lot of outputs that were found which look like this: > `Found known webcash of amount: 190000 (might be a payment)` These were...
If the reported wallet depth in the wallet is one less than the actual walletdepth, the recovery code did not fix it. This commit commit fixes that off-by-1 error.
Right now the new secrets are allocated for a transaction regardless of whether the transaction confirms or not. So if you insert a secret into a wallet and the insertion...
I hope this is well-received as I didn't ask before authoring. While evaluating floem for use in my own app, I started with the examples and got frustrated that I...
First of all, thank you for putting together a truly pleasant, and performant (the real P in APECS) entity-component-system implementation. Has there been any thought as to how to support...