tcal
tcal
- [ ] new structure for AppSignal to indicate the zome that the signal came from, along with a more structured payload Instead of this: ``` AppSignal = { type:...
i could really do with this feature... surely someone has done this.. a forker perhaps.. please share! :)
``` /// Provisioned cell, a cell instantiated from a DNA on app installation. #[derive(Clone, Debug, Eq, PartialEq, serde::Serialize, serde::Deserialize)] pub struct ProvisionedCell { pub cell_id: CellId, pub dna_modifiers: DnaModifiers, pub...
another issue / feature request .. which i think makes sense to add here, Is that it would be nice to have the `cell_api` as a cellInfo property.. then devs...
I get a similar error... i think there is a problem with the bindings.js anyone fix this? https://github.com/marcominetti/node-memwatch/issues/22
I think in facing non-dnahash-determinism and part-happ upgrade complexity ... i would be more in favour of it being a migration approach.. even if you make a small change to...
hoping deck gl goes full typescript, this worked for me. ``` renderSubLayers: props => { const {west, north, east, south} = props.tile.bbox as GeoBoundingBox; return [ new BitmapLayer(props, { data:...
Thanks @steveeJ .. forgive my lack of knowledge on internals, I am not sure how the genesis self check per callback relates to version compatability. I guess I am interested...
@steveej I have been thinking about this again. I honestly dont expect holochain (major or minor) version iteration to occur with an API breakage in the HDK or HDI, but...
yes i was going to raise a similar feature request. having an app signature of some kind ... a hash of all the authors work, coordinator zomes, integrity, other crates...