Zdzisław Krajewski
Zdzisław Krajewski
How about making this library able to use static buffers? I am playing with them now on [this branch](https://github.com/d21d3q/b64.c/tree/static-buffers). For now I've added `b64_encode_static` because it has different parameters set,...
How would you some kind of lock screen? I was thinking about using keypad (4x4) can I delegate some keys for navigation, and others as input (and pass them into...
Is it optimal to store all products in (vuex) store? In case of haveing huge shop, storing thunders/thousands of products is not so optimal in sense of clients memory comsumption....
Can I refer to problem described [here](https://github.com/adafruit/Ethernet2/issues/28)? Actually it refers to both stm32duino and other libraries. `beginTransaction` could check if SPI is initialized and skip it. `transfer` also seems to...
# description When connection is being rejected by broker, client opens new socket one without closing previous. ## steps to reproduce/observe run example [`client_publish.py`](https://github.com/beerfactory/hbmqtt/blob/4d44a056fa2f233f1723d3abc611c09784cfcfe8/samples/client_publish.py) with broker url: ```python yield from...
I am observing this bug on client publishing approx every second in long run. Following tracelog contains some timings (from kibana): ``` March 11th 2019, 02:45:43.670 INFO:transitions.core:Entered state connected March...
I had client running in docker container, publishing to my hosted (external) rabbitmq. After suspending computer and bringing it back I found this: ``` ERROR:asyncio:Task exception was never retrieved future:
If you run [properties example](https://github.com/wialon/gmqtt/blob/2fb5d6dec9ebbc902acfa63412f21f256315a1c8/examples/properties.py) with host that is not running broker (eg localhost), program will crash ``` Traceback (most recent call last): File "properties.py", line 98, in loop.run_until_complete(main('localhost', port,...
It is not clear how to wire LCD to PCF (even reading source) so this info might save half hour of time to other people trying to use bare PCF...
I've just cloned your repository and tried do run tests locally and they've failed. I've run build on [travis](https://travis-ci.org/d21d3q/flask-permissions/builds/221035124) and it also failed. edit: I found problem [here](https://github.com/raddevon/flask-permissions/blob/master/flask_permissions/models.py#L130): `user_role_table =...