Results 548 issues of Steven Allen

#### Version information: > go-ipfs version: 0.4.11-dev-48476b292 Repo version: 5 System version: amd64/linux Golang version: go1.8.3 #### Type: Enhancement #### Severity: Implementation: Low Figuring this out: High #### Description: Currently,...

We've received many requests for anonymity support in go-ipfs. This issue tracks the issue and the related concerns. First, there was a significant amount of [work](https://github.com/ipfs/notes/issues/37) put into a [tor...

topic/security
topic/meta

Use-case: replace `ipfs object diff` with a generalized version that works for generalized IPLD DAGs. Text syntax: * Use `+` for added items. * Use `-` for removed items. *...

exp/expert
P2
kind/feature
effort/days

Unfortunately, this uses "raw" syscalls by default, which is too much of a breaking change for users that expect to be able to override libc (I only noticed this when...

So, unix really is lovely... ```sh > mkdir -p /foo/bar > cd /foo/bar > chmod a-x /foo > touch first > touch /foo/bar/second touch: cannot touch '/foo/bar/second': Permission denied ```...

enhancement
unix

Since rust 1.20.0, we have a `compile_error!` macro. We should use this to make error messages not suck.

Currently, it's impossible to even _typecheck_ a crate without running arbitrary code. Unless I'm mistaken, most plugins/`build.rs` files just do codegen so they should work just fine inside a sandbox...

T-dev-tools

**Proposal** Add a `Sync` method to sync all records written before `Sync` was called to disk. **Motivation** Currently, it's possible to synchronously write individual records. However, synchronously writing a record...