Roman Steiner
Roman Steiner
I will look at it the next weekend. But as far as I remember, I tried changing the z-index from the "inspector" and it didn't help.
It still seems buggy here. Here's a test install so you can reproduce the issue: [buggy_drag.zip](https://github.com/afbora/Kirby-Tabs-Field/files/696305/buggy_drag.zip) 1. go into panel (installing an account) 2. go to the page "test" 3....
my 2 cents: "oh-hi-mark" was intended only to add to a discussion. Its a hack that was less hacky than the plugin it was based on: https://github.com/johannschopplich/kirby-writer-marks which at the...
As a workaround, kirby allows you to pass your own intldateformatter instance, there you can specify the exact locale you wish: ```php .... ```
@lukasbestle > If I understand it correctly, the only difference is that ICU doesn't use the .UTF8 suffix. afaik, technically the system locales refer to actual file names. It could...
OH! this also only seems to happen on 4k screens with Windows set to 150% magnification. At 100% or 200% it doesn't clip the text. I guess it's a subpixel...
Go home Spyc, you're drunk... https://onlinephp.io/c/99fd8 The issue is reproduceable with Spyc (the yaml lib Kirby is using) with this code: ```php
Could be solved by adding `"` to the list of characters that cause a string to be encoded by a literal block, [here](https://github.com/getkirby/kirby/blob/3.7.1/dependencies/spyc/Spyc.php#L296-L311). Something like ```diff strpos($value, "&") !== false...
Here's a braindump. We could work around this particular issue by enabling plugin devs to explicitly specify which hook arguments they want to modify, by allowing an API like this:...
Don't know about security (I'd presume that allowing this isn't any riskier for security than allowing any plugin to execute in general - I mean, in the worst case a...