Mark Hughes (happybeing)

Results 59 issues of Mark Hughes (happybeing)

Is it intended that a component library can be published as a static site with the Svench UI and documentation? And if so should this work currently using the [svench-component-template](https://github.com/rixo/svench-component-template)?...

In Peruse WebID POC I'm intermittently getting the error: ``` IPC error: StringError(Utf8("invalid utf-8: corrupt contents")) ``` I think it happens immediately after accepting Peruse access request to my account...

Operation System: linux Beaker Version: 0.3.6-2 I'm not sure if this is happening due to a change in my app or beaker. I have been able to debug a website...

bug

Operation System: Linux Beaker Version: 0.4.0 (also 0.3.6-2) I've been using the polyfill exclusively so have only just tried without and find that safe-js is not working on localhost unless...

For development it is often desirable to "wipe" the app storage and start afresh, and its a pain having to create a new SAFE account each time just to achieve...

I'm looking at Rust fuse libs for a distributed FS and wonder what is the status of fuse3? `cargo build` in `./examples` succeeds (with a handful of warnings) but am...

I was looking for something like this and thought it was a good solution until I discovered that it panics when (for example) `let_scan` doesn't match a pattern, which means...

Hi, Do you have some information on how to use fs-fuse, or an example etc? I'm looking at providing a FUSE mountable filesystem for SAFE Network, and wondering if a...

Both ```bash cargo install -f syncer ``` and ```bash cargo install -f --debug syncer ``` Give the following error but `cargo update && cargo build` and `cargo build --release` both...

I'm not a Rustc or Cargo native, so not sure how easy this is to fix but will look into it. Building a new clone of master on Ubuntu 19.04...