-
Hey!
This project looks really cool and somewhat similar in spirit to [ledger-cli](https://www.ledger-cli.org/). Even the format of the accounts is the same. Is there some relationship, do you us…
Fuco1 updated
7 years ago
-
We have been doing work in a branch of the tabvengers/spicy-sections repo preparing to get something closer to being able to be pulled over to open ui and "closer" to reality.
On the surface, it ch…
-
Branch coverage is known to support these branching language constructs:
- `if` and `while`
- Includes `if let` and let-chains
- Treats nested `||` and `&&` as separate branches
- `while` …
-
Today we discussed and analysed the results of the Suns subtraction Workflow which I explain below:
**1. Self-calibration of the main field**(Required)
In this step we proceed with the calibration…
-
The current definition of "it basically builds credit networks on top of e-invoicing" is maybe a bit weak and generic. Maybe we can be more specific about what we try to build and how it's different f…
-
Currently my Elm interpreter has the potential to behave incorrectly when passing functions into other functions which share variable names. For instance:
```elm
f g x = x + g 2
h x = x + 1
f h …
-
I recently came across this heartbeat cost analysis performed by DFINITY https://github.com/maksymar/heartbeat-cost, and was wondering why there is such a discrepancy in cycles in terms of running a s…
-
Currently, we authorize the payment of the submission fee purely by tx.origin.
This is, however, a vulnerability, as a malicious contract could trick the origin to call a function but then actually …
-
# v5 Notary Allocator Application
To apply to be an allocator, organizations will submit one application for each proposed pathway to DataCap. If you will be designing multiple specific pathways, y…
-
I've spent a few days getting this integrated on a relatively large and complex project and have a ton of questions, but for right now...
Is there a way to batch undos?
Thanks