Tom McLaughlin
Tom McLaughlin
Just to piggy-back on this -- I have a cabal project with 1 executable and 1 test suite. For some reason packunused reports that just about all my build-depends packages...
I'm interested in this too. Maybe an init container that does the `mknod` call? Perhaps it can check if it's running inside Kata before doing so. Also, is it actually...
Here you go, this reproduces it using the `bash_kernel`/`papermill`/`bash` on Nixpkgs master: https://github.com/thomasjm/bash-prompt-repro
Just checking in, would love to get a fix for this!
Hello, just another ping on this!
Thanks for looking into this @kdm9 and @takluyver ! I found a fix, which I've introduced in https://github.com/NixOS/nixpkgs/pull/311507. The fix is to use Nixpkgs' `bashInteractive` rather than `bash`. The difference...
FWIW, the `fsnotify` package does it like this: ```haskell toRawFilePath :: FilePath -> IO BS.ByteString toRawFilePath fp = do enc IO FilePath fromRawFilePath bs = do enc
+1, it would be really nice to have a Hackage release with the latest changes. Any chance you could take a look @krdlab ?
Trying again here @krdlab, do you think we could get a Hackage release? The latest on Hackage right now is from January 2024. Thanks!
Hi, I was wondering what the status of this is. I saw that #11330 landed in Sept 2024, so it's presumably in Nix after 2.25 or so? I can't seem...