Tom McLaughlin

Results 100 issues of Tom McLaughlin

I recently stumbled upon the same issue that was reported in this blog post: https://www.recall.ai/blog/pdeathsig-is-almost-never-what-you-want. The problem is how `PR_SET_PDEATHSIG` works (from [here](https://man7.org/linux/man-pages/man2/PR_SET_PDEATHSIG.2const.html)): > The parent-death signal is sent upon...

I would like to be able to forward a host port to a guest port, with the host port automatically determined by the OS to avoid race conditions. I tried...

enhancement
question

Hi @Wulf , thanks for merging #116! However, the one after that, #117, somehow removed the "resolved" and "integrity" fields from `package-lock.json`. This makes it impossible to package in Nixpkgs....

- [X] Checked for duplicates ### Describe the bug I'm unable to compile Cling at release tag v1.2. I'm using the latest `cling-llvm18` branch at https://github.com/root-project/llvm-project/commit/156e947058a46ecc1785f98aa9abb8cbfaa45aa7. The problem is this...

bug

### Description I've been trying to track down a weird problem where I start a Lima VM with the "Docker" template, and start a Docker container that runs a web...

question
component/network/vzNAT

I'm trying to build a static aarch64 binary using `pkgsCross.aarch64-multiplatform-musl` on an `x86_64-linux` host, but it fails for packages containing CPP. For example, the `pandoc-types` package invokes CPP in one...

bug
wontfix

**Describe the bug** I've been trying to cross-compile a project from Linux to Windows, and noticed that several dependencies which depend on TH fail to compile in the same manner...

bug
wontfix

**Describe the bug** If a package depends on the `ghc` library, I'm not able to build it with Haskell.nix and GHC 9.12.2. I made a repro here: https://github.com/thomasjm/ghc912-repro. You can...

bug

I'm opening this to specifically track the need for a new version with the latest work: #65, #66, #67, #68. See also #71. Thanks!

This PR is an attempt to fix #51. As explained there, `System.Process` currently adds superfluous double quotes when assembling command lines on Windows. For example, if I run `readCreateProcess (proc...