Pawel Szmajda

Results 7 issues of Pawel Szmajda

Follow up to #124 In its current form, backoff doesn't allow to use Retry-After headers in asynchronous code. It might be my lack of understanding or a problem with `aiohttp`,...

Correct me if I'm wrong but I don't see any way to test request body, so it's not really possible to test POST or PATCH calls with it.... Is there...

What is the best way to add requirements such requirements to the file automatically with pipreqs? Example: beatifulsoup4 can use lxml as an html parser, but it's not imported by...

### What would you like to be added or enhanced? `curl` was available when emqx was based on alpine, but now that it's based on debian-slim, neither `curl` nor `wget`...

Feature

### The problem After updating to the latest docker image yesterday, MQTT connection to Mosquitto broker stopped working and can't be reconfigured. Mosquitto is running on a docker network separate...

integration: mqtt

Is it possible to run easy-haproxy in docker to read container labels, but then actually configure haproxy on a different host? I have haproxy running on my opnsense router and...

Hi. I am trying to figure out how to replicate this functionality of smbclient: `smbclient -U username \\\\server\\printer_share -c "print file.txt"` I've looked through files but I can't figure out...