Results 4 issues of Edgard Mello

Seems to be related to MariaDB 10.6 add this "--innodb-read-only-compressed=OFF " to the command line > nextcloud-db: > image: mariadb > restart: always > command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW **--innodb-read-only-compressed=OFF**

bug

Unable to access internet in wp-admin Error: Your site is unable to reach WordPress.org at 198.143.164.251, and returned the error: cURL error 6: getaddrinfo() thread failed to start I'm using...

The url are comming in wrong state. As this "https://www.imdb.comhttps://www.imdb.com/title/tt7160372/ The modification below fix it. ``` case "url": let imdbUrl = json.url.startsWith("https://") ? json.url : "https://www.imdb.com" + json.url; return imdbUrl;...

How can add a flag to launch comfyUI with pinokio? Like python3 main.py --force-fp16