-
Hello,
Does pubsub-room or the demo in the video work with two different computers on different private networks or does it just work on a private network or a singular computer?
Thank you
-
at @onefact we have been using wasm, but this won't work for the encoder-only or encoder-decoder models i've built (e.g. http://arxiv.org/abs/1904.05342). that's because the wasm vm is for the cpu (ha…
-
Orbit (Electron app) should run on Windows.
Ref #158
Ref #144
-
[IPFS -InterPlanetary File System](http://ipfs.github.io/website/) seems to have the solutions for
- decentralized hosting
- package validation
- probably a lot more
Ey, @jbenet (and Hi @jbenet ! :s…
-
It would be quite nice if we could have a library that would emulate a NoSQL database. So in essence offering an abstraction of IPNS+IPFS through methods such as `insert`, `update`, `remove` and `find…
-
Even if the build issue due to `go-ipfs-dep` on Windows is fixed, a new issue appears.
When running `npm start`:
```
> orbit@3.2.0 start C:\Users\matin\orbit
> npm run electron
> orbit@3.2.0 electr…
-
Is there any intention to support Remote Pinning within Helia as was possible previously with js-ipfs (eg. ipfs.pin.remote)?
https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/PIN.md#ipfspinr…
-
Currently, `trunk` ships with a built-in scss/sass compiler (https://github.com/compass-rs/sass-rs). We definitely need to add support for additional asset types.
- [x] scss/sass (baked-in).
- [x]…
-
I propose `-d/--detach` flag to `ipfs daemon` command to automatically fork and detach the process **after** it is ready to serve. The parent process should take care of the initialization and any rep…
-
I've been formulating ideas for a mad science experiment, and recently I've heard friends want to do this too, so let's do it.
> # Make Go more like Node
There are tons of subtleties that will go in…