Tomasz Stachewicz

Results 13 comments of Tomasz Stachewicz

same question here, 32bit version would be much appreciated. is there a lot of hacking for anyone willing to do it himself?

@carstencodes I'd be very interested in official docker images and instructions on deploying using these images.

As for now when I try to `docker-compose up`, it fails on the main dockerfile around line 61: ``` Step 15/37 : RUN docker-php-ext-install "-j$(nproc) gd" ---> Running in 9366e3e64580...

It is possible to add custom header in HTTPClient, I've followed snippet in this thread and got bearer auth to work properly: https://forum.arduino.cc/index.php?topic=702610.0

I would love this one, for the moment I need to hide date inputs.

I've tested @sledzik1984 's fork, it compiles and runs successfully on my Ubuntu 18.04 machine.

Similar error breaks the compilation on MBP with M1pro: ```[ 85%] Building C object src/psync/CMakeFiles/psync.dir/pssl-mbedtls.c.o /Users/tomasz/src/pcloud-console-client/src/psync/pssl-mbedtls.c:479:25: error: too many arguments to function call, expected single argument 'ctx', have 3 arguments...

Downgrading to mbedtls 2.28.0 fixed the compilation problem.

Working, but it's a dumb code working for only simplest of cases.

Isn't really necessary ATM.