Geraint Ballinger

Results 13 comments of Geraint Ballinger

Hi, are m1 macs still unsupported by the binary cache? I've added the below to my `darwin-configuration.nix` file: ```nix # Binary Cache for Haskell.nix nix.binaryCachePublicKeys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk=" ];...

I tried it not using flakes and I got a cache hit - something in the flake causes a cache miss

Sorry for the delay on this - I got sidetracked with other things. Thanks very much for your reply, I tried modifying `setup.py` to point to the `mupdf` include directories,...

Thanks for your response, I'll try some of these out and respond back in due cause

It looks like the issue was merged. Any idea when we can expect a new release?

This is probably a stale issue by now, but I just came into this issue myself and it seems like `pypi-deps-db` has stopped updating: https://github.com/DavHau/pypi-deps-db/issues/16. For me, pinning to a...

Are there any blockers on this now?

Try running the launchctl service manually and viewing the logs

Just to say I have been looking into this. The strace and bindfs -d logs don't scream anything unusual to me - there is no `chdir`. The error causes the...

I've been following along with interest. I tried running with FUSE 3 on the same machine (a Raspberry Pi 4) and continued to replicate the issue. For my use case...