Paul Melnikov
Paul Melnikov
Exposes LWIP functionality to enable TCP keepalives. Provides methods in AsyncClient to read and set keepalive configuration. Implements and resolves https://github.com/me-no-dev/AsyncTCP/issues/114
Hello. I noticed DIRECT_WRITE_HIGH call in sendBit. Shoul not it be changed to DIRECT_MODE_INPUT to make bus float? The specs say that devices should not (and do not have to)...
Hi. Having also an arm container would be great. I seem to have succeeded in building arm image. To build it, I only needed to change one line in Dockerfile:...
Hello. I'm trying to compile a program with RF24, RF24Network and RF24Mesh for Atmega8. It is larger that its memory and I get ```ld.exe: region `text' overflowed by 90 bytes...
What kind of issue is this? - [ x ] **PlatformIO Core**. If you’ve found a bug, please provide an information below. *You can erase any parts of this template...
**Is your feature request related to a problem? Please describe.** I am trying to make a plugin that generates some Gcode programs. My first attempt is to produce a parametrized...
The code: ``` import gerber top_copper = gerber.read(r'D:\Reports\combined.gtl') ``` Produces error: ``` ValueError Traceback (most recent call last) in ----> 1 top_copper = gerber.read(r'D:\Reports\combined.gtl') d:\DATA\Documents\Programming\python\lib\site-packages\gerber\common.py in read(filename) 39 with open(filename,...
Gives ``` mongo-express_1 | { MongoError: operation passed in cannot be an Array mongo-express_1 | at Function.MongoError.create (/node_modules/mongodb-core/lib/error.js:31:11) mongo-express_1 | at toError (/node_modules/mongodb/lib/utils.js:114:22) mongo-express_1 | at addToOperationsList (/node_modules/mongodb/lib/bulk/unordered.js:182:11) mongo-express_1 |...
I was looking at how much size each package occupies on my system using `dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n` and was surprised to see the biggest packages having sizes:...
All in the title. Considering the great assortment of utility containers and algorithms in ETL, it would be nice to have some cache of fixed size that automatically delets old...