Volker Mische
Volker Mische
When running `./bin/download-node-tests.js` it's apparent that the tests are heavily out of sync with the Node tests. I plan to go over them an resync things. I open this issue...
I've updated some more tests. I didn't get as much done as I wanted (and I'm a week late), but it's still some progress. BTW: I'm still committed to updating...
Instead of having `TagStart`, `ArrayStart` and `MapStart`, implement functions directly on the concrete types. This PR tries to address the comment at https://github.com/quininer/cbor4ii/pull/22#issuecomment-1108791827. I've based it on the `0.3` branch....
I'm new to CUDA and I ran into a race condition which could perhaps be prevented with changes to the documentation. ### The problem Mixing the default stream and a...
It's currently possible to directly embed a CUDA module via [`Module::load_from_string()`](https://docs.rs/rustacuda/0.1.3/rustacuda/module/struct.Module.html#method.load_from_string). It is using a [`CStr`](https://doc.rust-lang.org/nightly/std/ffi/struct.CStr.html), which is meant for a list on nul-terminated bytes (strings) and not for binary...
I've downloaded 8.0.4 from https://www.seafile.com/en/download/ and ran the `setup-seafile.sh`. `seafile.sh` starts as expected, but `seahub.sh` failed to start. I got it working with manually copying an installation of `django-simple-captcha` into...
# Context: The intention of this PR isn't to be merged, but rather to get input/start a discussion for creating a PR which then could be merged. I'd like to...
I'd like to discuss this feature request. For some conferences (e.g. FOSS4G) it is really important that you can add additional authors to a talk. I've talked with several people...
It should now be possible to specify your own Multihash code table. @Stebalien this one is for you. Please let me know if this is something we want to tackle...
DAG-CBOR only supports a subset of CBOR. Especially for the FVM we should be strict about (de)serializing only valid DAG-CBOR. DAG-CBOR supports: - From all major types: only finite length...