Tom McLaughlin

Results 191 comments of Tom McLaughlin

Thanks for merging #1784! I guess we can close this now, unless it's still tracking the effort to do this in a reinstallable way? It's probably worth noting that as...

> what exactly "when available" means? In the code, it's when the following returns true: `hasNativeBignum = name: !lib.hasPrefix "ghc8" name;`

Hey @tathougies or @kmicklas, could we merge my fix for this? I'd love to stop maintaining my own fork of Beam that I have to use due to this. AFAIK...

FWIW I dug through git history and I don't see it ever being switched -- it seems it was added [here](https://github.com/haskell-beam/beam/commit/d339838e2ef2b#diff-0f0df0710e5e01e802a51eb5315252a751e83e4363ed37e3f96500cae0bd7678R603). I'd be interested in what cases `sqlite-simple` doesn't cover...

@kmicklas could you chime in? This seems like a clear win and I've love to get it merged :)

Ken already indicated support above in June 2021. Let's merge! I just rebased on master and the tests pass, so it should be ready to go.

Hello, is there any chance of this getting fixed soon? I've been updating dependencies of my Razzle project and finding more and more are using things like the [optional chaining...

> Have you followed https://kind.sigs.k8s.io/docs/user/rootless/ ? Yes, I've done everything there. > This may help? https://access.redhat.com/solutions/22105 Thanks, that does seem likely to be the problem. The nproc limit currently seems...

Some more progress: I looked at the `dmesg` logs for the Nginx pod and saw the error `cgroup: fork rejected by pids controller`. This is pointing me towards the `TasksMax`...

One more thing: apparently Podman's default pids limit is 2048. And in a few places, I've seen `TasksMax=15%` (could it be a systemd default?). And 2048 * 0.15 = 307.2....