Joseph Goulden

Results 12 comments of Joseph Goulden

@quentinlesceller if you can create the packaging repo I'll add the snapcraft.yml

Was having a little look at this. As well as using a single peer for header downloads Grin++ will only wait 12 seconds if a requested header has not been...

I was expecting the API crate would be published and used by other rust apps to communicate with the node. I only recently learned about OpenAPI and the potential ability...

I agree and would like to simplify into one crate I just don't think it is possible without making changes to the organisation of the tests or making some other...

I've seen this once as well but with a slightly different error. Don't know about the root cause but the node needs restarting so I've done that in #399. Lets...

I was a bit stuck on this as well. I used [moduleWithSystem](https://flake.parts/module-arguments.html?search=getSystem#modulewithsystem) to fix it. Once you have set `config.allowUnfree = true;` you can do something like; ``` { moduleWithSystem,...

I just tried this out. Flake loads once I update it to 24.05, but then I get a stack overflow when building. I can't really help with the C/Make/python stuff...

Lots of logs about instantiating python stuff then a stack overflow. > instantiated 'python3-3.11.9' -> '/nix/store/123855506lv9kabjla4andyqy4an0sih-python3-3.11.9.drv' performing daemon worker op: 7 instantiated 'wrap-python-hook' -> '/nix/store/18scsq0ah0xdlcp1yq2kdp3y4kn93m27-wrap-python-hook.drv' performing daemon worker op: 7...

Yeah I got the same error at first. I updated `inputs.nixpkgs.url` to 24.05. Probably worth trying a rebase after that given the branch is nearly a year old.

If you change `(poetry2nix.legacyPackages.${system})` to `(poetry2nix.lib.mkPoetry2Nix { inherit pkgs; })` then you can get a little further. I did a rebase as well then get stuck at `No module named...