Finn Steffens

Results 10 comments of Finn Steffens

Just leaving a comment here to say that I think favicons should go through the image proxy. The PR looks good though.

With which theme is the screenshot of the current recommendations?

xbit.pw is behind Cloudflare so it would get rate limited quite a lot.

I took a look and I would extend the URL to this: https://lighthouse.lbry.com/search?s=test&include=channel,thumbnail_url,title,description,duration,release_time&mediaType=video Example result: ```json { "channel": "@InfoToons", "claimId": "69e377fcaf7acb6b812496b6983e9820ace48a27", "description": "This is a test animation of the Salty...

For me, the fix via ADB didn't work. I'm on Android 9 on a HUAWEI device. And when I'm using gestures for system navigation, I can't use them in the...

I tried following your instructions, but after running the ADB command my system navigation wasn't set to gestures. And after setting the navigation to gestures manually it still didn't work.

I dug through the JS with the debugger and was able to compile the following information on the parameters. - sc: suggestion count e.g. `1-2` - first number: number of...

some more - FORM referes to the form on the page that was used; e.g. QBLH for the start page; PERE, PERE1-3 for the page numbers at the bottom of...

Some code to merge the results in a better order. e.g. [A1, A2, A3], [B1, B2, B3] -> [A1, B1, A2, B2, A3, B3]. ```python from collections import deque from...

Support for answers consisting of only a table, e.g. `common html tags`, would also be nice.