Dmytro Borysovskyi

Results 6 comments of Dmytro Borysovskyi

Partially found how to make subtitles work using the following command in Dockerfile ``` RUN apk --update add fontconfig ttf-dejavu ``` however, the actual issue still happens: ``` bits/s dup=5...

> @dimabory Thanks for bringing this to our attention. As mentioned in PR #1299, this status is not landed yet so it is not working right now. For now, please...

The first issue with following commit message rules efficiently is being simply resolved by https://github.com/conventional-changelog/commitlint. I understand your thoughts that `commit messages should be technically driven while the changelog should...

By the way, just compare these changelog files: - [standard-version](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md) - [material-ui](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md) - [precise-ui](https://github.com/ZEISS/precise-ui/blob/master/CHANGELOG.md)

@potatogopher Please read this issue https://github.com/koajs/koa/issues/1120 (PR is still opened) If you pass `object` in the body then it will automatically set content-type as `application/json`.