claws

Results 9 issues of claws

This pull request slightly modifies the implementation so that Python3 versions older than 3.4.2 can use this library. The `loop.create_task` is only available in 3.4.2 and as indicated here https://docs.python.org/3/library/asyncio-eventloop.html#coroutines...

Prometheus stopped supporting the binary metric format a while ago. To simplify maintaining this library it is recommended that the support for binary format metrics be deprecated and eventually removed.

The ``readLightLevel`` function returns an inconsistent number if it's called right after calling ``setMTreg`` when the mode is ONE_SHOT. ``setMTreg`` has ``delay_ms`` when the mode is CONTINUOUS but not ONE_SHOT,...

The problem highlighted in this issue is pretty unlikely and has never been reported before so is likely very low priority. When reading a light value there is a possibility...

enhancement

I'm trying to use the bundled ESM version of milsymbol (`dist/milsymbol.esm.js`) provided in the NPM package but I encounter an error when trying to create a milsymbol using `asCanvas`. The...

I was investigating using this library. I've had Consul running and tried to run the asyncio example script from the docs by copying and pasting it into a file. I...

When I run `python setup.py sdist` to generate a source distribution for PyPI, I notice that it triggers a build of the proto items listed in the `pyrobuf_modules` keyword arg...

Python 3.6 not suportted anymore in github actions.

The exporter in this project supports the mutability/dump1090 fork, used in the FlightAware PiAware package, which exposes the ``/data/aircraft.json`` and ``/data/receiver.json`` routes. The base dump1090 tool only exposes ``/data.json`` which...

enhancement