Volker Mische

Results 97 issues of Volker Mische

In order to unify the licenses across several multiformats repositories I propose changing the license to an MIT + Apache 2.0 dual license. In order to make this change, it...

The current error handling provides poor reporting. For example any error within Multihash or Multibase just lead to an [`Error::ParsingError` without much further information](https://github.com/multiformats/rust-cid/blob/eb999b2239ee51d652dafd1b650926d184f1da86/src/error.rs#L47-L69). I propose using https://crates.io/crates/thiserror, so that...

help wanted

In my code I write to a sub-buffer. Due to https://github.com/kenba/opencl3/pull/27 this sub-buffer needs to be mutable. The buffer the sub-buffer is created from via [`Buffer::create_sub_buffer()`](https://docs.rs/opencl3/0.3.1/opencl3/memory/struct.Buffer.html#method.create_sub_buffer) doesn't need (in the...

help wanted
question

I've tried things out for the first time, so I might be totally wrong. Hence I haven't opened a PR editing the readme, but I thought I ask first. I've...

In the current spec, CIDs are tied to a specific binary encoding. I propose splitting the CID spec into a definition of the values it describes and some default binary...

I'm on a project that is still using bitvec 0.22.3. I cannot be built anymore as it depends on funty 1.2, which got yanked. To reproduce: git clone https://github.com/filecoin-project/ec-gpu --branch...

**Is your feature request related to a problem? Please describe.** npm allows to point to GitHub repositories for packages. This is useful during development. Usually you would make changes locally...

When compiled with no default features, but the `arb` feature disabled, the compilation fails. With this change it's now possible.

I've looked through all forks what changes happened on Etap so far. Most of them where about adding rebar support and fixing the tests. This pull request is basically a...