André

Results 20 issues of André

Apparently there is no timer functionality on pgzero, for instance, to record how fast was player 1 to finish the level/game or even time played in general. I am not...

enhancement

…nd seconds to readable string format type method

Our examples section do not include samples of how to use the @after decorator, for instance. In fact, a new comer to this open source lib will probably never know...

enhancement

Add support for the Security OCPP messages of the 2nd Edition of the white paper [JSON_schemas.zip](https://github.com/mobilityhouse/ocpp/files/5419159/JSON_schemas.zip) [OCPP 1.6 security whitepaper edition 2.pdf](https://github.com/mobilityhouse/ocpp/files/5419160/OCPP.1.6.security.whitepaper.edition.2.pdf)

enhancement

Refactored the project to make it clear the separation between creating a central system and a charge point or a charge point handler

OCPP Version: 0.8.1 Python Version: 3.X If we have an handler for a BootNotification like this: ```python @on(Action.BootNotification) def on_boot_notitication(self, charge_point_vendor: str, charge_point_model: str, **kwargs): return call_result.BootNotificationPayload( current_time=datetime.utcnow().isoformat(), interval=10, status=RegistrationStatus.accepted...

bug

Hi, I just started using your lib and after struggling a bit I managed to do what I wanted. I have a topic that I subscribed to and I published...

Hi everyone, First, let me thank you for your fantastic work, this lib is a gem. I have an application that needs to build the OCSP request for a given...

Hi everyone, First, thanks for the very valuable project that you guys started! I have two targets for which I use piwheels: armv7 and aarch64. I have a particular problem...