Nico Hoffmann ෴.

Results 819 comments of Nico Hoffmann ෴.

This is the branch where I moved all methods to the `Content\Field` class: https://github.com/getkirby/kirby/tree/lab/nicofield-methods A major roadblock for this is the current possibility to overwrite/extend core field methods. I don't...

Related https://github.com/getkirby/kirby/issues/4801

This will need a while - we need to move in quite a few places from storing those meta info alongside the content values, but separately.

We talked about deprecating `format` but it would be just too big of breaking change as there is a lot of content out there stored with a custom format. I...

`YYYY-` actually is in the list that the Panel uses for interpreting dates

@lukasbestle stumbled upon this issue - shouldn't this be in the `kirby` repo

Ideas where to tackle this: - `Kirby\Http\Reponse::file()` would need to differentiate between full file requests and range requests - Identify range from request, start and end and whether it meets...

@lukasbestle the easier way would probably yo do it within the/a `Response` class - just because otherwise we'd have to check quite a few spots in the code where the...

I started something https://github.com/getkirby/kirby/pull/5153 Would love to hear from anyone who knows a bit about range requests 🙏

Having a hard time reproducing this. Yes the button fades out once the mouse isn't hovering the block anymore. But no tabbing out of the browser, Cmd + 4 screenshot...