Christian Zehetner
Christian Zehetner
When i input a number with a dot and press the spacebar the text gets converted to a numbered list, which i don't want in every case. Steps to reproduce...
Add return type `: SimpleImage` in this line https://github.com/mullema/k3-image-clip/blob/e5f73c1a5690958f2f0541e419b27b20b9ffb42b/classes/GdLib.php#L10 that it looks like this: ``` protected function resize(SimpleImage $image, array $options): SimpleImage ```
Hey OblikStudio, first of all thanks for this awesome plugin. Could you add a way to encode EmailHrefs in this line, for example with a callback to opt for different...
The two points I tried to calculate the distance are completely the same and I get NAN as a result and expect 0: ```php object(Kirby\Geo\Point)#908 (2) { ["lat":protected]=> float(48.70064064733967512665913091041147708892822265625) ["lng":protected]=>...
Would it be possible to create a callable file in the current kirby project and install the cli locally within the project, like this works in laravel with: ``` php...