Alex Martens

Results 28 issues of Alex Martens

* [ ] Replace wall-of-text `# Safety` sections with enumerated check-lists of requirements. * [x] Lots of duplicated code across testsuites (fixed in #82) * [x] Provide a `from_millis`, `from_nanos`,...

enhancement

There are some syntax errors in the sample code for GPIOs, there is mismatched braces and unclosed quotes here. ```python gpio = GpioSyncController() gpio.configure('ftdi:///1, direction=0x0F, frequency=1e6) outs = bytes(range(16}) ins...

Rust 1.77 will reach beta on 2024-02-08

* [x] requires #200 * [x] need to test on both stable & nightly to maintain compatibility * [ ] test very basics (mock async UDP write) * [x] update...

* [ ] check (v6, v7 x std, nightly) * [ ] setup cachix --- Sadly not going to work with caching for stable, the entire idea may not be...

Needs https://github.com/japaric/ufmt/pull/35 to format MAC addresses.

Just an idea, may or may not merge this.

[`black`](https://github.com/psf/black#the-uncompromising-code-formatter) is an auto-formatter that I have grown fond of. Other big projects (home-assistant) are using this. I would like to use it here too if possible.

Assigning myself, just wanted to create an issue to track existing deprecation warnings. ``` pycec/network.py:173 /home/alex/git/pyCEC/pycec/network.py:173: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def async_turn_on(self):...