Parham Alvani

Results 43 comments of Parham Alvani

I've checked it. It works for me :heart_eyes: I think this MR deserve more attention. I will continue using it as my daily driver.

Beside this issue, NACK should periodically check the streams that are defined on the NATS cluster. If a stream removed from the NATS cluster, NACK didn't figure it out.

I've fixed the re-creation problem for streams. The issue is related only to the code conditions, but I think adding the configuration checking should be a good next step. I...

I have an idea about this, we can have a start function that is blocking and starting PWM so people need to close this function before the program's end and...

This parallel gpios can be an interface in `conn/gpio` and each device (for example pcf8574) can implement that interface. for example: ```go type Reader32 interface { Read0To31() uin32 } ......

I searched and couldn't find any CLI-based solution, so I think it should be done manually, at least for now.

I even asked ChatGPT, he doesn't know the answer too. I think you don't want to turn off your MacBook 😂

I've found [@reviewdog/action-languagetool](https://github.com/reviewdog/action-languagetool) and seems interesting to run the language tool using GitHub Action.

Yes, exactly right now Golang doesn't have any standard logger interface that support structured logging, so we force using zap as logger but for the Prometheus part I think open-telemetry...