Jakob Kukla
Jakob Kukla
The default install is missing the /dev/vcsm kernel device. /dev/vcsm is available on both a default install of Raspbian and Arch Linux Arm. I want to use OpenMax HW acceleration...
Add support for SSA/ASS styling. Currently there is only "minimal" support for ASS subtitles since styling was removed from the initial PR. (See https://github.com/google/ExoPlayer/pull/2281) It would be great to have...
Fixes #150, fixes #179. Probably not the cleanest solution.
I couldn't find any mention of this file except sources related with this repository. Furthermore the example changes the permissions of the `/etc/nix` directory. This breaks the new nix command...
With the python2 `syncserver` implementation it was possible to disable new user requests as seen below. ``` [syncserver] ...other settings... allow_new_users = false ``` Is there an equivalent setting in...
There is a programming language called [Crystal](https://en.wikipedia.org/wiki/Crystal_(programming_language)). Maybe consider renaming this?
`pinentry` usually supports some standard options including `--timeout`, `--ttyname` and `--no-global-grab`. These are currently missing and break compatibility with tools such as [rbw](https://github.com/doy/rbw). See `info pinentry`.