Michael Dougherty

Results 85 issues of Michael Dougherty

Cargo.lock should be included in this crate since it produces a binary. From https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html: > If you’re building an executable like a command-line tool or an application, check Cargo.lock into...

review

Whenever running `hc generate`, I get this warning. It seems like it would be a good idea to generate a top-level Cargo.toml to create a workspace, which will not only...

I'm not sure if this is intended or not, and I'm new to vim so I'm not sure if this is a common or even unavoidable thing, but: when omnicompleting,...

The following Dockerfile: ```dockerfile FROM ubuntu:xenial # This removes some warning when installing packages when there is no X ENV DEBIAN_FRONTEND noninteractive RUN apt-get update RUN apt-get install --yes curl...

### Summary When using deferred memproofs, there is a state where the UI has provided memproofs, but the app remains disabled, and the only way to enable it would be...

### Summary No data should remain when deleting a dangling cell ### TODO: - [x] CHANGELOGs updated with appropriate info - [x] All code changes are reflected in docs, including...

### Summary This does not hook up the Admin interface method which will return this data, that will be a subsequent PR. ### TODO: - [x] CHANGELOGs updated with appropriate...

### Summary - Authorities respond with warrants if requested data is invalid - Store warrants in the cache when receiving from authority This could use a lot more tests, but...

When starting from holding no data, or knowing you're significantly out of sync: - start gossiping, advertise yourself as holding a single segment (at the power level of the arc...

stale
permanent

this is useful for having a better chance at retrieving data for ChainFork warrants, where the agent authority is more likely than the record authorities to be holding both forked...

stale