Paul d'Aoust
Paul d'Aoust
> I think making this conversion less ugly would be my preferred approach. I think that stuff needs an overhaul anyway, because it is currently both squamous and rugose to...
@coderabbitai change your linting rules for Markdown for all PRs in this repository; indentation for bullets should be four spaces, not two.
Thanks! > I didn't find it that easy to track the diffs for this one sorry, yeah, some of the feedback necessitated some rather extensive rewrites, and I'm sure they...
build is currently failing because of a broken link to `get_links_details` which won't exist until `hdk` 0.6 is published to docs.rs. Don't merge until we're ready to live with 0.6...
@jost-s > The other upgrade guides seem to have disappeared They were never there in the first place -- this is a new addition, to have the most recent upgrade...
@ddd-mtl @ThetaSinner * `ChainFilter` stuff: https://github.com/holochain/docs-pages/pull/611/commits/ec5baa18edc787e678c2d37249a9ab03b882e529 * `GrantedFunctions::Listed` stuff: https://github.com/holochain/docs-pages/pull/611/commits/474daf69ae5a4f7b4d3ecb8fa4b0397ff331072c (mislabelled commit message, sorry)
Would be addressed by #574
@ThetaSinner > What do you think of extending this PR so export its first type? Yeah, happy to do that -- #5217 does exactly that, and I agree that, without...
A bit of exploration: if you supply a clone ID, [`InstalledAppCommon::get_disabled_clone_cell_id`](https://github.com/holochain/holochain/blob/develop/crates/holochain_types/src/app.rs#L736) gives it a free pass, whereas if you supply a DNA hash it checks whether the hash represents an...
I've been reflecting on this, and I think the only change needed for Kitsune is that an op's basis location should be a `Vec` rather than `u32`. I don't think...