ColasNahaboo

Results 8 comments of ColasNahaboo

A simple solution could be to add en env var ```CSS``` in ```docker-compose.yml``` that can have as value an additional CSS to use. The overriding will be left to the...

And.. I missed the obvious, simple solution: If you access your remark42 server via a proxy, just redirect in the proxy the urls: - ```/web/last-comments.css``` - ```/web/remark.css``` to your own...

> A simple solution could be to add en env var `CSS` in `docker-compose.yml` that can have as value an additional CSS to use. The overriding will be left to...

I am in the process of totally redesigning my web site, and remark42 will be used on the new version, so I am not fixed yet on what I wanted...

On #599, I like the idea of specifying the customization with a field of ```remark_config```, but I think the theme approach is overboard. In my opinion you are going a...

Streamlink has found a fix, that also works for livestreamer ! in plugins/youtube.py (on debian: /usr/lib/python2.7/dist-packages/livestreamer/plugins/youtube.py ), at line 158, change: `player_embedded` by `detailpage` to obtain: ``` params = {...

This path was for my debian, with livestreamer installed by pip `locate python.py` should find all the instances in your system.

@PedroLopes "Note: is there any known downside to this approach" : No idea, I am no specialist. I guess the long term solution should be to move to streamlink, which...