Oliver

Results 7 comments of Oliver

@florianeckerstorfer Sorry, I don’t know how to fix the unit tests: > There were 2 errors: > > 1) `Cocur\Slugify\Tests\Bridge\Nette\SlugifyExtensionTest::testLoadConfiguration` > > `Mockery\Exception`: The class `\Nette\DI\ServiceDefinition` is marked final and...

On several pages, the href’s of `Previous Page` and `Next Page` links are empty, e.g. on https://learn.getgrav.org/16/webservers-hosting/local-development-with-ddev : ```html […] ``` IMHO some frontmatter is missing in some files, e.g....

Or even more powerful: > Open file of track with custom shell script e.g. open track with `reveal-in-finder.sh` ```bash /usr/bin/osascript - "$1"

Desync happens quite often when watching with 2× speed or faster.

I miss `bxs-select-arrows.svg`.

My I suggest this solution: ```diff diff --git i/vendor/nette/application/src/Bridges/ApplicationLatte/Template.php w/vendor/nette/application/src/Bridges/ApplicationLatte/Template.php index cf7cef9..243ef5a 100644 --- i/vendor/nette/application/src/Bridges/ApplicationLatte/Template.php +++ w/vendor/nette/application/src/Bridges/ApplicationLatte/Template.php @@ -37,9 +37,9 @@ abstract class Template implements Nette\Application\UI\Template /** * Renders template...