-
### Required Terms
- [X] I agree to follow this project's [Code of Conduct](https://github.com/heroku/roadmap/blob/main/CODE_OF_CONDUCT.md)
- [X] I have read and accept the [Salesforce Program Agr…
-
I'm doing an experiment to use distributed source documents for the bookkeeping of Stichting Ponder Source.
For instance, when a worker expenses something, they add this to their own `expenses.csv`…
-
-
`TracePacket::Extension`-logic is non-trivial. From the reference documentation one finds the port of the payload bytes via `id = (page * 32) + port` where `page` is from the extension packet and `por…
tmplt updated
3 years ago
-
The idea is for something like this:
```elixir
Req.get!(url, timeout: 5000)
```
to be as close as possible to:
```elixir
Task.async(fn ->
Req.get!(url)
end)
|> Task.await(5000)
```
…
-
### Description of the feature
In current Gramine LibOS VMA bookkeeping, address begin, address end, prot, flags and file with offset are recorded.
However, when VMAs are created or changed succes…
llly updated
2 months ago
-
Querying bookkeeping data at https://analytics.iotexscan.io stopped working:
```
{
delegate(startEpoch:13512, epochCount:528, delegateName:"iotexlab") {
bookkeeping(percentage:90,inclu…
-
Section 6.14 says:
"Final Group: The largest Group ID sent by the publisher in an OBJECT message in this track.
Final Object: The largest Object ID sent by the publisher in an OBJECT message in …
-
At some point, @youngmit and @chris10mckenz built some new reporting tools. Awesome!
However, the project seems to be left unfinished, as we have the old reporting tools:
* `armi/bookkeeping/re…
-
It looks like uploading a file adds an entry to simpledb but the rmarchive command currently doesn't delete it. Is this a bug or a feature?