-
In this issue we work on a new package `hyperdrive` whose responsibilities are:
1. serialize some object state in the server
2. help rebuild the object with the correct state in the browser
3. atta…
-
Users should know their individual reward balance which hasn't been distributed yet. This is more difficult to do since we need to look up the user's split amount, divide that by the total split amoun…
-
I'm not sure if the default just changed, or if upgrading to v1.1.0 has meant my implementation is broke, but all my animations look like they're in hyperdrive.
I've downgraded for now back to v1.0…
-
I had multiple versions of hyperdrive as I was debugging install, and after `hyperdrive fs unmount; hyperdrive stop` there were still a bunch of processes runnng. I saw they had pm2 as a common ancest…
edrex updated
4 years ago
-
Thank you for `setup-emacs`!!!
@alphapapa and I are using it to run CI for [hyperdrive.el](https://git.sr.ht/~ushin/hyperdrive.el). For the benefit of other Sourcehut users, here's an example of `s…
-
Example from @d3v-null:
```bash
03_mwalib.py test_files/1120082744/1120082744_DipAmps.metafits
Traceback (most recent call last):
File "/demo/03_mwalib.py", line 62, in
main()
File "…
-
hyperdrive list keys [--public-key=] [--private-key=]
public-key \t private-key \n
Switches limits output to specific key pairs when one is specified. Can be specified multiple times. So…
-
## What
I think it'd be useful to have a set of APIs for interacting with the p2p primitives provided by the extension. I've been building apps for a while and here's some of the stuff I've found u…
-
**Describe the bug**
After initializing the client, the `client.drive` is null.
**To Reproduce**
```
const { HyperdriveClient } = require('hyperdrive-daemon-client')
// found under ~/.hyperdrive…
RnbWd updated
4 years ago
-
This idea isn't new, but I've recently realized there's a potential optimization that might make this worth prioritizing.
Let's call this proposal a "mount." It's conceptually simple, like a symlin…