pkg
pkg copied to clipboard
Peer-to-peer cloud environment
`iostream.Stream.Writer` binds the stream to an `io.Writer`. However, calls to the resulting Writer's `Write` method block until the underlying RPC call completes. This should perform streaming calls by default, ideally...
The current host-anchor implementation introduces a fair bit of complexity that could (in time) be handled by capnp's 3PH. @aratz-lasa In the short-term, the proposed changes have moderate but direct...
Currently, `ww debug`'s subcommands target an arbitrary host, the one that with which the client happens to be connected. The debug commands take a `` argument, intended to be either...
### API Design - [OCAP-MD](https://github.com/zenhack/ocap-merkledag/blob/main/pkg/schema/protocol.capnp)'s interfaces look like a good staring point - See also: Sandstorm's [Assignable](https://github.com/sandstorm-io/sandstorm/blob/master/src/sandstorm/util.capnp#L149) interface (esp. `asSetter` and `asGetter`) ### Implementation - Values should be stored in...
- [ ] Determine what language should be included - [ ] Determine strategy for efficiently inserting into existing code-base - [ ] Git pre-commit hook to ensure all files...