Tristan Ross

Results 456 comments of Tristan Ross

> Do we still want to do this? If we want the tools still, sure

What about using libxev which provides those features?

In nixpkgs, we actually build OpenTelementary collector on aarch64-linux. I haven't tried it but I'd assume it'd work for the most part. I can add a Nix Flake which builds...

The warnings are expected. Do you get this issue with the current master commit?

@motiejus I have yet to see a kernel in use with `/proc/self` not being available. `/proc/[pid]/environ` should be accessible so could always do `/proc/self/` first then fall back to `/proc/[pid]`....

@goonzoid Then the function should return `null` like if the environmental variable isn't set. The only ways I am aware of to get environmental variables is through the entry point...

@goonzoid Yeah my thought was that there would be multiple solutions just in case one fails.

Still experiencing failures with LLVM 17.0.6 https://termbin.com/j2ey

> Are you sure it was applied? I am 100% the patch is applied, I'm using Nix and it would fail if the patch failed to apply. It said the...