Chris Kuethe
Chris Kuethe
Looks like it spends a lot of time checking for library and board updates... and retrying in case of error. Seems like these checks need to be more asychnronous. "root...
@rsora @Liferme @per1234 @cmaglie can this be prioritized? It's really painful having to wait 30 seconds for the IDE to check for library updates every time I start. I wouldn't...
You don't have to delete, you can just move the allsky directory out of the way. Additionally, if you're comfortable with git, you can do something like `git stash &&...
Run with debugging and see if images are being rejected? The output is variable size depending on the number valid input images
Not merging this right now because it's not necessary for 0.8.5.
All of it and none of it. I'll have to update multi_out to match current code style but the point of the tool remains: avoid wasting time on loading files...
After it's written to disk. We don't want to clutter up the capture tool which could be running on a different machine. The point here is to avoid unnecessary work...
Speaking only as a random person on the internet, go for it. I think you've seen plenty of struggles here as people test new versions of code to debug issues...
I would prefer to JSON all the things. I find YAML hard to read/write correctly (eg. in complicated HomeAssistant/ESPhome configurations). If I do have to YAML, I have a couple...
I'll start my work on refactoring the configuration state of keogram and startrails first. Those should be pretty small and they'll give you something to run your unified config loader...