M-A

Results 212 comments of M-A

What about not including LF characters in the resulting filename?

My use case is also caddy. What can unblock this PR?

To clarify, it's a request for support for https://www.wch-ic.com/products/CH347.html

The solution is to get rid of the `replace` statements. For zgo.at/bgrun, either creating the repository or reverting back to local (I'd recommend the later). For the two others, figure...

Oh I'm sorry to hear. Do I understand you worry you'd spend more time reverting changes as you merge, so you prefer to just cherry-pick what you need? I can...

Even on linux in a docker container purely using bash, PATH is modified in surprising way: ``` $ echo $PATH /home/user/.local/bin:/home/user/.nvm/versions/node/v24.9.0/bin:/usr/local/go/bin:/home/user/go/bin:/usr/local/bin:/usr/bin:/bin:/usr/ local/games:/usr/games $ codex > run 'echo $PATH' Ran echo...

It waits for an additional LF character. Easiest fix is to print an empty line after, because otherwise panicparse cannot know if the stack dump is done or not. I...

For this specific board, it's indeed an addressable light of one LED. :)

I don't understand; https://esphome.io/components/light/status_led.html implies a [binary light](https://esphome.io/components/light/binary.html). I want a RGB one. The alternative would be global events something like on_error but looking at the code it doesn't exist...

Thank you so much @jesserockz! I totally missed this. Will try tomorrow.