Oliver

Results 13 issues of Oliver

There’s a syntax error in [dist/svg/game/originals-chess-knight.svg](https://github.com/leungwensen/svg-icon/blob/master/dist/svg/game/originals-chess-knight.svg): ```svg id="defs4976" /> ``` Please note the `id="defs4976" />`.

bug

svgcleaner hangs on invalid svg, when invoked with option `--multipass`: ```bash $ /Applications/SVGCleaner.app/Contents/MacOS/svgcleaner-cli --version svgcleaner 0.9.5 ``` ```bash echo 'id="defs4976" />' | \ /Applications/SVGCleaner.app/Contents/MacOS/svgcleaner-cli --multipass --stdout - ``` Note the...

Please create a way to using an external tool on: * embedded images `data:img/*` * linked images `` Useful e.g. for optimizing or rescaling images. Pseudo code: ``` foreach(IMAGES as...

Improvement

I get a TypeError with Nette 3: > Argument 1 passed to `Cocur\Slugify\Bridge\Nette\SlugifyExtension::Cocur\Slugify\Bridge\Nette\{closure}()` must be an instance of `Nette\DI\Definitions\ServiceDefinition`, instance of `Nette\DI\Definitions\FactoryDefinition` given, called in `vendor/cocur/slugify/src/Bridge/Nette/SlugifyExtension.php` on line 42 I...

It should be possible to generate a weak validation ETag in https://github.com/nette/http/blob/master/src/Http/Context.php#L46 Quoting https://en.wikipedia.org/wiki/HTTP_ETag#Strong_and_weak_validation : > The ETag mechanism supports both strong validation and weak validation. They are distinguished by...

[`ShellCheck`](http://www.shellcheck.net/), a static analysis tool for shell scripts, indicates some issues: ````shell $ shellcheck rsync_tmbackup.sh In rsync_tmbackup.sh line 3: APPNAME=$(basename $0 | sed "s/\.sh$//") ^-- SC2086: Double quote to prevent...

question

https://github.com/erusev/parsedown/blob/77947eda2fdaf06b181c63a7db13e38968306aee/Parsedown.php#L119 shouldn’t it read `stream:`?

Version: latest ### Bug Description Got a _warning_: > Undefined array key `0` plus _error_: > Call to a member function `toString()` on `null` in https://github.com/nette/schema/blob/b345035d253eef30e0e1438faf2b463b051983e0/src/Schema/ValidationException.php#L29 ### Steps To Reproduce...

PHP Deprecated: Creation of dynamic property is deprecated * `TeamTNT\TNTSearch\Indexer\TNTIndexer::$insertWordlistStmt` * `TeamTNT\TNTSearch\Indexer\TNTIndexer::$selectWordlistStmt` * `TeamTNT\TNTSearch\Indexer\TNTIndexer::$updateWordlistStmt` Thanks!

In `pages` there are multiple untranslated texts, e.g. https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/login.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/login.md?plain=1#L42 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/forgot.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/forgot.md?plain=1#L20-L22 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/profile.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/profile.md?plain=1#L81 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/unauthorized.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/unauthorized.md?plain=1#L7 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/reset.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/reset.md?plain=1#L33-L35 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/register.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/register.md?plain=1#L58-L60 --- And, en passant, there is a jump from H1...