pospi
pospi
Note: use `FileHeader` key in project `settings` block of your `*.sublime-project` file to define overrides.
Just a note to state that I'm hitting blocks in rich cross-project collaboration due to the way Holochain is managing versioning between Rust crates. There are two related issues here:...
It would be nice to have more flexibility in the way JSONRPC function names are exposed to the outside world. Primarily because Holochain uses `snake_case` parameter and function names, and...
**Describe the bug** There are some libraries using a [(quite nice) pattern](https://github.com/holochain-open-dev/holochain-time-index/blob/ac8c9ba/src/lib.rs#L268) for statically reading DNA configuration at startup time. Unfortunately the error message being sent with such assertions is...
As a rule, I'm finding that most of the configuration I need to do in a multi-zome app is specific to each zome. Currently, `dna_info()?.properties` and `zome_info()?.properties` return the same...
> (A solution for #909 should be implemented before proceeding with this enhancement.) Further to [this comment](https://github.com/holochain/holochain/issues/743#issuecomment-847522767), my understanding is that DNA properties validation is being actively discussed by Holochain...
This is a limitation with cross-zome entry management in HC-RSM that prevents a modular architecture that was able to be achieved in HC-redux. Since this conversation has been on a...
Hi (: Thought it worth sensing on this before we all start pushing things to package registries. What kinds of naming conventions are folks using for crates of various types?...
My project `Cargo.toml` files are targeting version `2eeec4a19`. ``` $ which holochain /home/pospi/.cargo/bin/holochain $ holochain --version holochain 0.0.100 $ rustc --version rustc 1.48.0 (7eac88abb 2020-11-16) $ cargo test --package hdk_graph_helpers...
I think either the progress bar for database indexing gets triggered too early, or something is broken internally in Oasis' version/implementation of `ssb-server` or its database. Seems a hard one...