Boris Anthony

Results 9 comments of Boris Anthony

Is this new? I have multiple scripts in which ``` use Goutte\Client; $client = new Client(); $client->setHeader('user-agent','whatever'); ``` has worked flawlessly. Now suddenly—after starting a new project and using the...

Yup. There it is: https://github.com/FriendsOfPHP/Goutte/commit/05f6994ec1d0d8368157de7fe45063e751857086

bump! Would still be a much appreciated "basic list UX" feature. 🙏

Same, thought without any nginx or special local network setup, just straight to my laptop's IP (for now until I actually get this work). Factory reset device (Kobo Libra 2)....

DevMode enambled (still fails) Checked in calibre-web logs and found in the access log: ``` [2024-06-12 11:17:47,019] 200 GET /kobo/TOKEN/v1/initialization (192.168.178.38) 266.29ms [2024-06-12 11:17:47,091] 307 GET /kobo/TOKEN/v1/user/profile (192.168.178.38) 7.16ms [2024-06-12...

So based on the above error, in `kobo.py`, I "hacked" that book lang function to just return "en" (for now). This seems to have "fixed" that issue and we can...

Ok for completeness, I tried with a library of only 90 books and it worked. So in my case: 1. one or more of my books has a "language" issue...

But how does one specify data for a subdirectory, say `./src/sub/subsub` in `src.11tydata.js`, including "layout"? (Because `sub/` and `subsub/` can only contain .md files in my usecase.)