Kyle Manna

Results 68 comments of Kyle Manna

Also if you give me more details about the debugging output you're seeing and the changes you've had to made I can incorporate them in to an update to this...

> The following lines are in my dump. Are you passing `-d`/`--debug` to devmem? I suspect you are as that's what should enable those outputs. They should be printed to...

> Can you add something to the setup.py to explain which versions of python are supported? From there it appears that only 3.8 is supported. Yup, need to add some...

I like the idea and the implementation looks clean! I wonder though if it could be generalized a bit? What if it was updated to something like `--binary` and wrote...

I created MR #13 with a lot of improvements and a `--binary` output flag, can you check that out? I think it's also much faster. Example using a file: ```...

Nice! Love to see it and thanks for sharing. If you do upload it, please LMK so I can add links!

Encountered this too, but this change doesn't seem to fix it for me: ``` $ git diff flake.nix diff --git a/flake.nix b/flake.nix index 41e9a45..0951a78 100644 --- a/flake.nix +++ b/flake.nix @@...

> This still only works if you use nixpkgs.legacyPackages.${system} Ahh, gotcha. Updated to use `legacyPackages` and now this PR works for me. Thanks!