Results 457 comments of strarsis

@zvezdochiot, @kornelski: So after further diving into the code of `mozjpeg` I eventually found the underlying issue for this error. It is caused by code in the `mozjpeg` source, not...

@zvezdochiot: Would it be possible for you to look into this issue?

@ioppermann: It would be even more awesome if pub/sub could be added to the restreamer REST API so a little microservice (e.g. nodejs/monitoring script on some port like 9091) can...

@ioppermann: Yes! This would be a better alternative to polling.

Translation of post from @advantix78 from Italian to English, using [deepl.com](https://www.deepl.com/): > For Now I was able to develop this afternoon, > I' m going to try to create a...

Hm, streaming stats for Prometheus and event logs for Logstash would also be nice because I can feed that data into my existing ELK/Monitoring stack.

@mahnunchik: A complete example would be nice. `optimiseScans: true` should be added to the option block of a given input file, to the option block of an output file inside?

@lahmatiy: Sure, so let's say I got CSS parsed into CSSTree: ```css .test1 { color: red; } .test2 { color: blue; } .test3 { color: yellow; } body.test { background:...

Similar to using [`css-select`](https://github.com/fb55/css-select) against the AST of CSSTree.

@lahmatiy: The reason for this is to improve performance by avoiding stringification and parsing for each selector. Would this helper function avoid stringification and parsing for each selector and compare...