brucelowekamp
brucelowekamp
IMHO I would rather change the xranges to range and from builtins import range (or just from future import * so no one needs to think about it) but if...
I guess the question with performance is whether it matters there. For the tests, code generators, etc, I would assume not. If some of the rdm code is used where...
Glad you're investigating. Though I don't know what protobuf could have to do with either of those failures. On Thu, Feb 18, 2021 at 1:09 PM Dan Keenan wrote: >...
(messages overlapped...) I don't see how, as the check for when to call the task is explicit in the code (it's not just a sleep): return self._run_at < now but...
> @yoe [91cb697](https://github.com/OpenLightingProject/ola/commit/91cb697912664d58317d001f1e7998ac556c9de6) should fix those test on Big Endian architecture, would you mind testing it somehow as I've only dummied it up by reversing stuff on an LE machine....
On Thu, Dec 10, 2020 at 4:52 AM Wouter Verhelst wrote: > > You probably also want the stuff in #1690 > which fixes Python > 3.9 behaviour of the...
Thanks. Please take a look at #1605 which hopefully will be merged soon, but has been built up over time with a lot of fixes. Your PR has some additional...
> Thanks @sdbbs ! > > > Your PR has some additional changes that aren't in 1605 (RDMMessage in OlaClient and some PidStore changes) that ought to be captured, though...
@peternewman I took a look at this patchset awhile ago, and it really gets to the heart of the issue that how strings are represented is fundamentally different in 2...
@peternewman Sorry for going away for so long. Trying to look at this again. My concern about the patch is that e.g. in OlaClient.py there is a patch for _RDMMessage...