Results 26 issues of Tsjippy

When trying to do an async ota of an esp8266 device powered via serial it fails: see logs below ``` Soft WDT reset Exception (4): epc1=0x401005f2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000...

Stale

The demoe supplied with this lib will not compile with error: AsyncDemo.ino:33:10: fatal error: ESPAsyncWebServer.h: No such file or directory. And indeed that file does not exist in this repo

Stale

I ttried to install this but my guzzle it too new: > stevenmaguire/trello-php 0.5.3 requires guzzlehttp/guzzle ^6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.5] but the package is fixed to 7.3.0 (lock...

we should add something like this: ``` $path = MODULE_PATH . 'lib/vendor/maestroerror/php-heic-to-jpg/bin/heicToJpg'; if(!is_executable($path)){ chmod($path, 0555); } ```

I use JsonRpc via a unix socket, but I do not get any response for the GetUserStatus command. This works: `echo '{"jsonrpc":"2.0","method":"getUserStatus","params":{"recipient":["+SOMENUMBER"]},"id":6}' | signal-cli jsonRpc` This works too: `printf '{"jsonrpc":"2.0","method":"send","params":{"recipient":["+SOMENUMBER"],"message":"hi"},"id":6}'...

Please update to guzzlehttp/guzzle >7 as most plugins nowedays do so, and version 6 has errors

I love this package and it runs great on my windows machine. But it doesnt work on my RPI3b. I have locally used all changed from https://github.com/chrishubert/whatsapp-api/pull/280 and https://github.com/chrishubert/whatsapp-api/pull/289. QR...

I know I can get all contacts or all chats(whats the difference?) But can I also query for a specific group id by name?

I have a 'server.py' script that runs a server and a webpage using flask. I am trying to move that to pyscript but don't know completely how to do that....

While trying to send messages I always get the reply " Unregistered user ". This is a from a newly registered signal number. I have tried 3 different recipients which...