Christophe VG
Christophe VG
Hi, I'm currently working on a small wrapper project around honcho. I want to add some application control (e.g. scheduling, respawning,...) around the honcho Procfile starting capability. To do so...
This week the UmlCanvas Github project welcomed its 50th watcher. I don't know if you can call that an important milestone, but even though the project has been dormant for...
The HAL-ed microcontroller's GPIO-modules should provide an interface for enabling and disabling the GPIO (clock) functionality: e.g. `hw_gpio_enable` and `hw_gpio_disable`. These should apply reference counting to track the modules that...
Now that the generator becomes more and more stable, it becomes feasible to implement additional emitters. The first next emitter might be Python.
v1.1 introduced a new way of tracking errors. This was a big improvement, but still lacks the contextual detail that is wanted.
create dynamic code emitter (-> interpreter from ENBF string)
create bit-parsable support
When using `timer` in combination with the [Fire](https://google.github.io/python-fire/guide/#custom-serialization) the Timer object misses a __name__ when using the `@timer` annotation. Example: ```python import logging logging.basicConfig(level=logging.DEBUG) import time from timer import timer...