Nathan Wilcox
Nathan Wilcox
The docs for [`IpfsClient::dag_put` aren't clear about which IPLD format multicodec is used. For comparison, the [`js-ipfs` API docs for `ipfs.dag.put`](https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/DAG.md#options) present an option for selecting the IPLD format. Imagine...
My current goal is to learn how to create and consume linked DAG nodes with `serde`. An example that spells this out would go a long way, because mapping between...
As a rust dev new to IPFS, it's not clear to me from the [`IpfsClient::dag_put`](https://docs.rs/ipfs-api/0.11.0/ipfs_api/struct.IpfsClient.html#method.dag_put) docs how to publish linked nodes. Improve the doc example to show putting two nodes,...
I'm unable to successfully call [`IpfsClient::object_new`](https://docs.rs/ipfs-api/0.11.0/ipfs_api/struct.IpfsClient.html#method.object_new). With the following code: ```rust let client = IpfsClient::default(); client.object_new(None).await? ``` -I get the following output: ``` 2021-06-02 14:31:50,873 TRACE [mio::poll] registering event source...
I just came to this repo via https://ipld.io/libraries/rust/ and found the lack of crate docs an inhibitor. I started basic crate docs with info about `serde` and `codec` deprecation (#164)...
We're adding HTTP GET monitoring/alerting in #270. That ticket is for an "MVP" version which just checks `GET /`. Once that is working, this ticket can be closed by augmenting...
**Synopsis** We analyze the risk posed by CSRF, XSS, SQL injection and other common attacks on the public website. By "analyze the risk" I don't mean hunt for those kinds...
**Warning:** Doing this will break some production services. Plan/execute carefully. See comments below. @daira and I are working on monitoring deployment, and we realized we want separate google/email accounts for...
I submitted a request (see #219) which failed and returned the following banner on https://leastauthority.com/submit-subscription as follows: ``` Due to technical difficulties unrelated to your card details, we were unable...
Ensure that each employee does these things: - Reset passwords - Enable 2FA - Search for "clouddock" and for each email seen: - Take a screenshot while viewing the message....