Attila Gazso

Results 99 comments of Attila Gazso

@MarvinLee666 https://github.com/ethersphere/beekeeper may be interesting for you

These would require changes from the Bee side too. We can have this functionality by setting up a timer that checks the health endpoints without websocket.

This is still an issue in the current version, using desktop 0.15.0-pre.14

There is ongoing work for making the light mode responsive on the endpoints right after start by making the postage stamp syncing asynchronous: https://github.com/ethersphere/bee/pull/3127 After that is done we can...

This is still an issue that I can reproduce. The current PR preview is using Bee 1.6.1, maybe it is fixed in a later version?

What would be the proposed usage of this? Currently we made the `console` logging functionality forbidden to avoid littering the code with debug messages. If I understand correctly by using...

I understand the concept of logging in general and I also understand the value of it in long running server processes where that's the only way to get information out...

I checked out Mocha, they are using it as part of outputting things to console when you run it from the command line, so that's a bit different approach. I...

> @agazso haven't checked Mocha so can't really comment. But I have to object to your assessment of usage in IPFS. They usually instantiate it under `log` variable and then...

Indeed the low-level details of soc and feeds are not exposed because we did not see clearly how people would use them and what would be a good level of...