John Ericson
John Ericson
Oh good, this does work with the old deps too as confirmed by CI.
Fix conflicts and then re-added that commit. From my local building, We seems to be building with and without the other PRs, as intended.
I just opened https://github.com/rust-lang/rfcs/issues/1768 which I believe is relevant.
Here's the way I think of it: - If it's possible to have an "untyped" representation that uses fewer multicodecs, this is preferred. The reasons are of course that is...
@Jorropo Thanks for the info. Is it possible to disable MFS from the config? Agreed if I can do and skip whatever is causing the error, making the error itself...
FWIW I updated the project to Kubo 0.14, and the error is now a bit better: ``` $ GOLOG_LOG_LEVEL="swh-bridge=debug" IPFS_PATH=~/.ipfs-bridge ./result/bin/ipfs init -e -p swhbridge generating ED25519 keypair...done peer identity:...
Yeah `import`, `builtins.readFile`, etc. are cached in ways that only makes sense if we assume the underlying data doesn't change. And pure eval also affects what can be read in...
The Dhall experience seems much worse than NIx today, when it's really unclear what code needs network access. I do not recommend that.
> Another possible alternative: a light-weight fallible wrapper or view type that you could use at any point to opt-in to fallible allocation but still retain compatibility with APIs that...
@jdahlstrom @dpaoliello wrote in https://github.com/rust-lang/rust/pull/95051#issuecomment-1146208051 that `#[doc(hidden)]` is a fine concession to make if it helps make this happen, and I agree.