Djeremaille

Results 10 comments of Djeremaille

So I had some results. I know nothing about php and how to filter elements. The 3 major problems are: - The first line is the header of the table:...

I managed to do near all what I wanted except the first result which is the header of the table. How can I display table rows EXCEPT the header? The...

Ok I added an if statement at the beginning of the loop and it seems to work. ```php foreach($html->find('.dataList-table tr') as $element) { if (($element->find('.dataList-cell ', 4)->innertext) == 'Thread starter')...

No they have put cloudflare .... Arghhh!

Oui. Désolé. Je m'en suis rendu compte et j'ai retiré mon post... Le lun. 31 août 2020 à 16:53, imTHAI a écrit : > @dijeremaille > There is a difference....

I done that with --allow-other ``` su rclone mount remote:/ /sdcard/mnt --no-check-certificate --allow-other --vfs-cache-mode minimal ``` From another terminal as normal user I can access it but this is empty...

Hi! Thanks! I just made that before I read your answer and it's working. I have seen the README.MD on github which is not complete and I discovered the readme...

Maybe webdav is not ideal to scan remote folders and stream music from my music app. I will try FTP. Maybe someone know a better way?

Also, the command "rclone-mount mount" doesn't work. Instead I must do "rclone mount".

> And? I tested but that doesn't work: ``` ❯ arduino-cli compile --fqbn esp32:esp32:esp32 sketch_dec18a.ino In file included from /home/minipc/Arduino/libraries/EspSoftwareSerial/src/SoftwareSerial.h:25, from /media/nfsnas/Documents/Electronique/Interphone/sketch_dec18a/sketch_dec18a.ino:1: /home/minipc/Arduino/libraries/EspSoftwareSerial/src/circular_queue/circular_queue.h:28:10: fatal error: atomic.h: No such file or...