Tails

Results 60 comments of Tails

Considering that this addition will take a long time to be included in an official package; how do you build this core package and include it in your environment?

It compiles! That's excellent. Lifesaver! So someone should at some point be making an "illegal" package manager for Elm that applies and unapplies core patches such as your excellent one.

> The real solution this is to upgrade to gossipsub. in #186 you mentioned: > The current build has an equivalent of --enable-pubsub-experiment always on, and in fact, it cannot...

Would this include bumped dependencies? Because I cannot compile rust-ipfs together with rocket-0.5 for example: ````cargo # cargo.toml [package] name = "test_rocket_ipfs_deps" version = "0.1.0" edition = "2018" [dependencies] #...

By the way great job on this IPFS lib! Very stable, pleasant code style and easy api. Hope you'll get the/a next funding round!

Unfortunately I'm still getting the same mismatch, even after cleaning: ```rust error[E0308]: mismatched types | ::: cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.7.0/src/fs/read_dir.rs:16:50 | 16 | pub async fn read_dir(path: impl AsRef) -> io::Result { |...

I had rustc 1.54.0-nightly (4e3e6db01 2021-05-18). Getting the same with rustc 1.55.0-nightly (885399992 2021-07-06) :/

I would prefer discussing it here; it seems to me to be the core problem. An update to futures was done that is not recognized as an incompatible change, where...

Amazing, your branch compiles! Lifesaver.