Chris Fane
Chris Fane
I've run into a number of occasions where the exceptions raised are actually from the ldap module, and not from simpleldap ``` Traceback (most recent call last): File "ldap_experiments.py", line...
Modularised the original screen.py into a textStarSerialLCD module, and an example of its use in screen.py. baud_rate, poll tick, refresh ticks and the control characters can now be set via...
*Issue #, if available:* *Description of changes:* I've updated aws-cdk and aws-cdk-lib to 2.125.0, and removed the now deprecated use of the alpha apigateway modules. I've also bumped a the...
Alter request hooks, main_loop and transition function to allow for alterations to be made to indivial LEDs in addition to entire chains. Should allow for more complex slide and swipe...
Raphael.js color picker's 'onchange' event can happen incredibly frequently if you swipe or drag across the colour picker. This can create an overwhelming number of requests at the request handler...