Mark Hughes (happybeing)
Mark Hughes (happybeing)
Having had a brief look at `fs` and `FUSE` I'm now thinking it will be easier to start by going straight to `FUSE` although I would like to have an...
Just skimming DESIGN.md and more similarities appear: SAFE stores content addressable blocks that are created (and encrypted) on the client, pushed to the storage network which deduplicates based on the...
SOLVED: I forgot I had a clean OS install recently so I needed: `sudo apt install libfuse-dev libsqlite3-dev`
Be worth adding in a pre-requites section of the README. Happy to do this if you'll accept a PR?
Above is with a clone of master on Ubuntu 19.04 using Rustc v1.44.0, Cargo v1.44.0.
Update: I found Cargo issue https://github.com/rust-lang/cargo/issues/7169 and so tried: ```bash git checkout Cargo.lock # which ensures I'm up to date with your master cargo install -f --locked syncer ``` But...
### Workaround I'm not sure why `cargo install -f --locked syncer` fails or why `cargo update && cargo build` can succeed (since that presumably gets latest package versions?). However, using...
Thanks @nickform for taking the trouble to report and I'm glad you've been able to get the 'release'. I don't have time to update Plume or tag a release just...
No I'm sorry and unlikely to look into this. You might get a quick answer from the svelte discord, or the d3 slack though - very friendly and helpful communities....
Hey, thanks for trying this out and reporting the problem. The following works here: ``` git clone https://github.com/happybeing/svelte-wasi-with-rust cd svelte-wasi-with-rust yarn && yarn dev-wasm-bindgen ``` The issue is probably due...