gerdneuman

Results 20 comments of gerdneuman

I've hit the same problem of not being able to use reddit RSS feeds in brief :-( @Emerentius Have you (or @sleek22 ) reported the non-working RSS feeds when using...

@Emerentius @sleek22 `brief` is no working again with Tracking Protection aka Content Protection enabled. Can you confirm this? If so I'd think that this bug might be close (bug seems...

Yeah, fwiw, this results in the following error message: ``` WARNING: cannot connect to checkip.dyndns.org:443 socket: Connection timed out SSL connect attempt failed WARNING: found neither IPv4 nor IPv6 address...

:+1: I would love to have this same way as Libreoffice, Thunderbird or any other editor. If you have a large text with lots of occurences you cannot really use...

@dbu Just came about this old issue. Interesting. Is FOSHttpCache working async that is send-and-forget PURGE requests that do not block (waiting for a not needed response)? I've seen some...

@JunaRosendo You might try the fork at https://github.com/linkchecker/linkchecker/ This project here seems dead.

@blacksenator Sorry, I just switched back to the old `jens-maus` repo (which just works) now and do not have time to investigate this any deeper. So maybe just close this...

2 occurences I can see: https://github.com/wp-media/rocket-lazy-load/search?q=data%3Aimage%2Fgif%3Bbase64%2CR0lGODdhAQABAPAAAP%2F%2F%2FwAAACwAAAAAAQABAEACAkQBADs%3D&unscoped_q=data%3Aimage%2Fgif%3Bbase64%2CR0lGODdhAQABAPAAAP%2F%2F%2FwAAACwAAAAAAQABAEACAkQBADs%3D But I am not sure why one occurrence hard codes the placeholder instead of using the given apply_filter.

fwiw, Lazysizes also uses a transparent gif which is `data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==` for that. It's even 4 characters shorter ;-) https://github.com/aFarkas/lazysizes#tip-specifying-image-dimensions-minimizing-reflows-and-avoiding-page-jumps

Actually, the LazyLoad author strongly suggest **not** to use any placeholder at all. I tested this myself and **perceived performance is so much better without a placeholder** because Progressive JPEG...