wrobell

Results 57 comments of wrobell

I have similar problem. By mistake I had in my setup.cfg file ``` [bumpversion] version = 0.13.0 commit = 0 tag = 0 ``` Then ``` $ bumpversion --allow-dirty minor...

I am using master of aiocoap (1af4c3f) and face the reconnection issues IKEA Tradfri gateway as well. To connect to the gateway I am using the script in #236: 1....

Also, there might be a more generic problem here. 1. Start "server.py" provided in the repository. 2. Run "aiocoap-client --observe coap://localhost/time". 3. Wait few seconds to see the time being...

Checking with few Tradfri devices, the max age sent by the gateway is 604800 seconds (168 hours or a week). According to https://datatracker.ietf.org/doc/html/rfc7641#section-3.3.1 > To make sure it has a...

Based on the extent and size, the zoom of a map is calculated. After setting the zoom, rarely size of map in pixels will match extents of the map. We...

I am closing the issue. However, if you have further questions or suggestions, please shoot.

What would you have in `C:\Users\ellio\AppData\Local\Temp\_MEI313962\geotiler\source` directory? It shall contain JSON files for various providers.

I wonder if this could be handled somehow with aiohttp library. I need to do a bit of research. Would you know what could be exact reason for the disconnection?

As stated in 2nd comment, `time_bucket` is designed for regular intervals. However, how will it behave in the context of leap seconds? Maybe with introduction of new functionality for variable...

BTW. This example will not work https://pymodbus.readthedocs.io/en/latest/source/example/async_asyncio_serial_client.html as `pymodbus.client.asynchronous.asyncio.AsyncioModbusSerialClient` does not support `timeout` parameter (ver 2.2.0rc1).