Greg
Greg
Hope haven't heard a peep.
Knowing this I would like to build one for personal use/ goofing around. Is anyone looking at doing a spin of boards in the short term that I could purchase...
It looks like the LED flash is the second task running on the micro void ledTaskCallback (OS::Task &task) { UNUSED(task); while(1){ led1.on(); led2.off(); OS::sleep(500); led1.off(); led2.on(); OS::sleep(500); } In the...
I would also like to see this merged and a new release made with this patch set.
@xaoc7 While doing some work in my own fork I noticed an issue with this patch set. parts/mirrors.py: mirrors.create argument filter_with_deps is not connected to anything. To me it looks...
I have forked upstream for now https://github.com/GregoryLand/aptly-api-client-fork and have been making changes as I have seen fit. Your patch set was one of the first changes I made.
@xaoc7 to follow up on my previous comment I have sent a pull request to your master branch. I have corrected the issues I found and fixed the tests. https://github.com/xaoc7/aptly-api-client/pull/1
Test ran. Log uploaded. I was able to see existing pool on m.2 drive. There was an error while running the script though. [debug.log](https://github.com/user-attachments/files/15551343/debug.log) I installed on the machine using...
He is correct. The community has taken over the repo and working on correcting the current issues. The last commit was a series of changes to allow builds on GitHub...
Yes but I needed it. So commiting it to upstream where it could be pulled in one day seemed prudent. It also fails with an exception if the endpoint doesn't...