ThetaSinner

Results 303 comments of ThetaSinner

I should also mention, the code that is producing these binaries is not found in the Holochain project. It's over here -> https://github.com/holochain/binaries Still needs documentation, but anybody is wanting...

Thank you for trying these and the feedback @8e8b2c! > Invoking it gives cannot execute: required file not found. I've missed a step there. I need to make the binary...

@mjbrisebois I'm aware of several other projects building binaries. I was hoping to cover a few things by taking this on from scratch - - Produced automatically on Holochain releases...

I wonder you might find those other binaries more useful for now, @8e8b2c? If you're working on Ubuntu anyway. Then that gives me some time to figure out these problems

For now I've used Nix, and IMO the point of that should be to formalise the "build in a container for some older OS" approach because I should be able...

I've managed to make some progress on one of the issues for the `0.4.0-dev.14` release. The issue with referencing Nix paths is resolved (at least on x86_64-linux, I'm out of...

What does it mean to convert a `Component` to a `LinkTag`? These seem like unrelated types to me?

This would be really useful. A bit like telling Git 'please rebase automatically when I do a pull and both the local and remote have changed'. I think the tricky...

I think this is reasonable as a medium piece of work. The data is created and written to the scratch space, then separately flushed to the database and that's where...

Thank you for taking a look at this! I've now given this a try with the action instead of the entry and `get_detail` instead of `get` in my HDK code....