Adam Simpson
Adam Simpson
Running `phantomjs -v` results in this error: `error while loading shared libraries: libicudata.so.48: cannot open shared object file: No such file or directory` apt-get is installing `libicu52`on my Raspian Jessie...
**What this PR does / why we need it**: Currently the GitHub workflow files are only generated during the `generate` command. Running `update` doesn't do anything with workflows and for...
Code-fencing seems to half-way work. If you have some markdown that has a code-fence (3 backticks) the resulting HTML still contains back-ticks, e.g. ``` " test ` (foo 'bar) `...
The current implementation uses `item.title` in the list of feeds and if `item.title` is empty it will display `Untitled`. https://github.com/nkanaev/yarr/blob/b13cd85f0bf2c77a9e78dff6792a99b9f27d063c/src/assets/index.html#L285 This can lead to a lot of visual noise if...