Francesco Truzzi

Results 15 comments of Francesco Truzzi

@patalwell uh sorry, the issue must be somewhere else then. Now that I looked again I'm seeing failures with node 16 as well. All I know is that on my...

@vivianedias-tw no, I was just saying that, given the same serverless config and packages, it fails with serverless running under the first docker image and it works under the second...

For anyone trying to make this work with nginx, a "subfolder" config (`mydomain.com/scrapy`) didn't work for me for some reason. I had success with a subdomain config like this (`scrapy.mydomain.com`):...

I got it working with SSL (+ user/pass authentication) by modifying a couple of functions. The set_auth method is already present in MQTT.h. Problem is, the ESP8266 crashes when using...

Hi! I was facing the exact same issue within a stepper and forked the project to add the feature to set state from props. https://github.com/ftruzzi/react-images-upload Install it with `npm install...