Sven Ehlert
Sven Ehlert
Winston allows error to be passed directly to a log message https://github.com/winstonjs/logform#errors, like `winston.error(new Error())`, while ecs-winston-format requires errors to be added to the ecs-specific `err` field, like `winston.errror({ err...
Came up on our last standup meeting. Can we have an email if a check-in failed the build? This email goes only to the one doing the code check-in, and...
We're setting up a bounty program for the community to find bugs in the code and to submit new junit tests. The website is developed here: https://github.com/ethereum/baboon To see where...
After a successful develop / master build, an updated docker image should be pushed to https://registry.hub.docker.com/repos/ethereum/ This is a requirement for https://github.com/ethereum/system-testing/issues/31
I am using Ubuntu 22.04 LTS with homebrew installed. I installed cfn-teleport with `brew install udondan/software/cfn-teleport` and it installs correctly. Running it it gives ``` $ cfn-teleport cfn-teleport: /lib/x86_64-linux-gnu/libc.so.6: version...