Erwin Morrhey

Results 31 comments of Erwin Morrhey

> Looks good, but excluding unit tests, our codecov is only around 54% 😢 I guess we have to take this hit now and gradually improve moving forward.

@fishseabowl the only reservation I still have is the drop in codecoverage. But maybe we can't do anything about it now?

I'm not against updating this tutorial, but other things have changed as well. This is why we added added a reference to a tag on top of the tutorial: >...

This is a good starting point but it needs fine-tuning and documentation ``` services: nodeA: image: pyrsia/node command: ["-H", "0.0.0.0", "-L", "/ip4/0.0.0.0/tcp/44000"] ports: - 7888:7888 volumes: - "nodeA:/pyrsia" nodeB: depends_on:...

for reference: https://github.com/jvm-repo-rebuild/reproducible-central

Because of #988 we decided to include a `--listen-only true` argument to start the Pyrsia node, which will allow anyone to run the demo tutorial without having to connect to...

Possible fix: * Improve error message and suggest above commands

@sbtaylor15 I know we keep the raw Pyrsia logs in GCP now, but do we have the same for the access logs of the http service serving /status?

small note: I tried to start this by having the end-user docs under https://pyrsia.io/docs/tutorials/ the rest is still spread out under https://pyrsia.io/docs/developers/ and https://pyrsia.io/docs/community/get_involved/