Friedel Ziegelmayer
Friedel Ziegelmayer
I went through the current group traits and this is what I came up with, how they could fit better into the rust trait system ```rust /// Element represents an...
When the component is unmounted due to a page transition multiple errors occur (`setState` on unmounted component and `this.refs` being empty). This protects against that.
These are published here https://archive.org/download/stackexchange I've downloaded them to my machine and added them to ipfs 0.4. Currently they are being pinned by biham. The folder hash is `QmYgHvTrSfPJH5Dswq6NB8wTHH77BFaJdLP8UBYJz9Wz19` with...
I am trying to marshal a type `map[uint64]*somestruct`, but cannot do so, as I get the error messags `unsupported map key type "uint64"`. This is really unfortunate, because one of...
new release
Hey I was wondering if it was possible to cut a release with the current code as there are some things I would love to start using. Thanks
- [x] pull in all relevant changes from https://github.com/dignifiedquire/async-tar/compare/master...vorot93:tokio-tar:master - [x] setup features `runtime-tokio` and `runtime-async-std` - [x] tests passing on both runtimes - [ ] update CI to run...
Took a first stab at async support, just encoding for now. A big issue I am running into right now, is that I want to use this the `Encoder` write...
It would be great to have a `Decoder` and `Encoder` version that can work with `AsyncRead` and `AsyncWrite`.
See https://seanmonstar.com/blog/hyper-v1/ for details
I was unable to get this to build and run without these changes