mattyg
mattyg
Thanks so much for this project! It was extremely helpful and the missing piece I was searching for! I updated the Readme to include how to get model bindings to...
I would like the conductor to handle `HeadMoved` errors without pushing them up to the app developer. Upon receiving a HeadMoved, it should rerun validation on those actions over the...
~I will attempt a PR for this, but just want to note it here.~ I'd love the holochain release CI to actually publish the binaries it builds for various platforms...
From the dev office hours today. It sounds like this is very complex to implement but also seems very valuable. When we make a zome call, we should be able...
I'd like some TryIntos for LinkTags and the commonly expected data types they may contain: - ~From for LinkTag~ -- I think this should already work I just need to...
Currently a link target is an `AnyLinkableHash`. If you want to link to some data that doesn't exist on the DHT, we have the use `AnyLinkableHash::External(HoloHash)`. I was wondering if...
This is a issue to collect what additional "network health" related data we would want to have available in the app api. There is currently some network data exposed to...
Currently there are 2 functions that expose a ton of "network health" related data, but are only exposed to the admin api: - [dump_network_stats](https://docs.rs/holochain/0.3.0-beta-dev.35/holochain/conductor/conductor/struct.Conductor.html#method.dump_network_stats) - [dump_network_metrics](https://docs.rs/holochain/0.3.0-beta-dev.35/holochain/conductor/conductor/struct.Conductor.html#method.dump_network_metrics) They should be exposed...
Not sure if this matters, but it looks like a bunch of crates are licensed under MIT or Apache 2.0 according to the their README and Cargo.toml. Should they be...
Currently it takes ~15-20 seconds to startup a cell (at least on my 5 year old mid-range laptop). I believe this is because the startup process includes setting up network...