Perry Naseck
Perry Naseck
@peternewman Please let me know! I am a bit hesitant to work on other things while this and other pulls have been open for so long. I completely understand that...
@peternewman @kripton rebased!
> I saw places where raw pointers are stored, and a `std::shared_ptr` might be suitable in some of those cases, but I would not do that in a single pull...
@peternewman thoughts on this PR?
I don't recall any breaking changes there, so this should work fine I think.
Windows is on my list but probably not high up on the list since we are still missing some simple build tasks. I'm onsite at an installation right now, so...
I have had a few projects where we are stuck on Windows as well. I think the binary builds are pretty feasible but a more polished solution with a proper...
I just realized that KiNET v2 is only UDP, so it must be the missing device on the network and not specifically a TCP timeout. There is hopefully a way...
OK, so I have determined the following: - How OLA connects to devices sees to restart/reset based on opening `ola::client::OlaClientWrapper()`. If I close and reopen this instance in my program,...
For easier maintainability (since it is just a normal build with an extra step or two at the end) should it go in `lint.yaml`? We already have a pipline for...