-
## Namespace Request
Namespace: scale_computing
##### Description
Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
##### GitHub Org Link
https://github.com/ScaleCompu…
-
As per quick discussion of gitter with @mafintosh.
> We should make hypercore check if storage.writable === false and not try the write in that case.
e-e-e updated
2 years ago
-
POC to reproduce `hypercore.get()` bug where calling `get(index)` with empty index fails without callback error. Note that example hypercore is backed by `random-access-memory` so storage does not per…
-
```
Trace
at Class.destroy (/Users/findutnyy/Code/indutny/hyperfeed/node_modules/from2/index.js:76:15)
at check (/Users/findutnyy/Code/indutny/hyperfeed/node_modules/from2/index.js:57:28)
…
-
@mafintosh _We started conversation on Gitter, adding more details here_
For the environments like React Native (or workers in the browser or Node) it's useful to run crypto ops on a separate threa…
-
To support encryption it would be useful if it was possible to add a "transformer" to a hypercore that is called on write and read operations (similar to a transformer stream).
Here an example how th…
-
How does hypercore handle conflicting transactions submitted at roughly the same time to different Dats, both signed by an authorized writer? Does it require a quorum before committing a transaction, …
EGreg updated
2 years ago
-
https://github.com/frank-dspeed/fleece/tree/697eedd62fe9be72022702ea357c3050ea71f38a
this data structure is called fleece it got now a new license thats why i put that exact commit in here that is …
-
The read/write streams call toCallback on each creating. That method (if a promise hypercore is used) allocates listeners that are here never freed.
Can we make it so the toCallback happens once in…
-
i believe this is a new or recent issue as it seemed this worked correctly at one point (also possible related to hcos version change)
the following play is triggering a change on every execution
…