Kevin Miller

Results 82 comments of Kevin Miller
trafficstars

I've moved away from using PyPowerwall because of this issue. After using a raw connection to the gateway I do not run into any login reconnect issues. That said I...

I rolled my own go client. Yes setting up a fleet api app is a little tricky. You have to have a website for the registration step and you have...

I am [running into this as well](https://github.com/KevM/bubbleo/actions/runs/9019087436/job/24781459703). ```log Adding VHS to PATH Running VHS Error: Unable to locate executable file: /opt/hostedtoolcache/vhs/0.7.2/x64/vhs. Please verify either the file path exists or the...

In [bubbleo's navstack](https://github.com/KevM/bubbleo/blob/e8bf58588311a7d71c3c0335d46bd1abd867769b/navstack/model.go#L62) when pushing a new model on the stack I call Init and send the new model and Update with the window size msg for exactly the reason...

> @meowgorithm the main issue with that is I find having width/height properties in 4+ models gets really annoying. Especially when I'm moving from one model to another AND back...

When I run into this concern. I return a message type that when handled in the `Update` creates the desired `tea.Cmd`

Same issue with newer ginkgo versions: ``` You're using deprecated Ginkgo functionality: ============================================= --ginkgo.reportFile is deprecated, use --ginkgo.junit-report instead Learn more at: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#improved-reporting-infrastructure --ginkgo.debug is deprecated Learn more at: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#removed--debug...

Topshelf has been great for quite a few work products I've produced. @phatboyg has always been responsive and helpful.

~Ok. How about I port the logger to be `log/slog`?~

Did you want any help [adapting my PR](https://github.com/lesismal/arpc/pull/63)? Looks like you closed it. Not sure what gap I have that didn't make it acceptable.