Scott Bilas

Results 18 comments of Scott Bilas

Now the problem isn't reproducing for me. Perhaps a reboot.. Anyway when it pops up again I'll do the investigation you suggest.

Hmm, a helpful link from that issue: https://learn.microsoft.com/en-us/cpp/cpp/main-function-command-line-args?view=msvc-170#parsing-c-command-line-arguments My tool has a cli format that supports `-- COMMAND ...` where I pass through verbatim `remaining-args` to `COMMAND`. To do this,...

This is on Windows in the Windows Terminal. If I switch to WSL in the same terminal, it works as I'd expect. I also tested Mac, same. So it indeed...

> The right thing to do here is probably for these methods to throw in raw mode to clarify that they're higher-level cooked mode helpers. Great idea 👍🏽

I am seeing this same issue. In the dashboard MQTT and CTRL are green, PPPP is yellow. I can see the message stream with updates on temperature etc. while a...

Btw I can debug Python no problem, if you gave me a few hints on where to look. As far as I can see, a PktLanSearch is sent through the...

Packet capture shows me that ankerctl.py is sending `f1300000` over UDP to the M5, which is responding with `f141001445555052414b4d00000009084346464846000000`.

Ugh, can't believe I didn't think to check the firewall. Disabling Defender solved the problem. 🤘🏽 Thank you! Also thank you for the research and building out this tooling. I'm...