Felix Bühler

Results 100 comments of Felix Bühler

Finally the compilation works :tada: The used `Dockerfile`: ``` FROM ubuntu:latest ARG VERSION="1.4.230" # install timezone asking for interactive shell RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get update && apt-get -y install tzdata...

the compilation took about 3h on my laptop. It did not run on uberspace, because of zeroconf: ``` error while loading shared libraries: libdns_sd.so.1: cannot open shared object file: No...

oh wow. that is interesting. Thanks for sharing. Sadly it throws exactly the same error as posted above by me.

Result of `nixpkgs-review pr 293565` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) 4 packages built: python311Packages.smpp-pdu python311Packages.smpp-pdu.dist python312Packages.smpp-pdu python312Packages.smpp-pdu.dist

LGTM. just squashing and fixing the conflicts.

ping @idealo. I think more people are interested in having this.

same stupid mistake as in #184.

That is a good idea. Maybe I can use the [json-exporter](https://github.com/prometheus-community/json_exporter ) for this. Not sure how good the metrics are, but I will have a look. Does that mean...

I am very fine with json, but could we add an parameter like `--json-export file.json` so I have the normal output of the stats ind the job and my monitoring...

yes, but then I would have either the stats in a nice format or json, but never both. If you do not like my suggestion, please go ahead an close...