Eloi Coutant

Results 28 comments of Eloi Coutant

For memory, https://github.com/wallabag/wallabag/issues/3697 is also relevant, for `bloomberg.com`. Right now, a workaround is using in HttpClient: `'www.bloomberg.com' => ['www.bloomberg.com' => 'www.bloombergquint.com'],` Edit: for wallabag/wallabag#3767: `'www.lesswrong.com' => ['www.lesswrong.com' => 'www.greaterwrong.com'],`

I confirm this bug on my phone. The order in the queue is only by track number (if you have 3 albums, you'll have tracks 1 of the 3 albums,...

I agree that it is in my opinion a must have feature that is missing right now. It would be great to be able to read all albums from an...

I prefer the one without padding, which should integrate more easily in a multitude of launchers and custom icons pack. But I agree that either way this should be merged...

You could maybe add an option to allow for the wrapping of code? It's perhaps easier?

Hi, is there any new work on this issue? Reading quite a lot of articles containing code, it's almost unusable on Android because each time one try to swipe left...

I agree with di72nn, it can't hurt (and will probably be a workaround), but I think code wrapping is still a good idea to implement.

As it seems that the display of content is managed with Android Webview, I'm wondering if altering the CSS to force-wrap `pre` elements wouldn't be enough. Could someone competent with...

Yup, I tested it (after understanding how to build an APK from source 😄) and adding ```css #article pre { white-space: pre-wrap; } ``` in `main.css` does the job for...

Unless I'm mistaken, the first two of your examples couldn't work (as there is a parent-child relationship expected between elements separated by spaces: the first one would expect a `pre`...