Jonas Kuske

Results 86 comments of Jonas Kuske

@shinebayar-g Not in the docs because it isn't released yet. Will be part of the next (feature) release, 23.00 or something like that I think

Hmm, if we call it `alias` it'd have to work like an actual alias in my opinion, meaning both names would work when passing props – the same way aliases...

Would also love to see this implemented! For now, ```php return [ // ... 'hooks' => [ 'route:after' => function () { Kirby\Toolkit\I18n::$locale = 'de'; }, ] ]; ``` in...

> Thanks for opening a PR! Can you please add a unit test? we use `tsd` for TS. Done 👍 Passes (and I verified that it fails without the change...

But I'm pretty sure that both the `!` operator and `!= null` will throw if `document` doesn't exist at all, e.g. in Node... So both `typeof` and one of these...

> I'm getting this with Nautilus after having updated to Debian bookworm. Didn't have this issue before, so messing with my system must have shuffled something about. Log: > >...

@robokozo are you using any images, fonts, other kinds of assets? All assets are inlined into the JS/CSS files if you build in lib mode, so the generated JS/CSS files...

I had a similar issue when I tried to open Penpot via `localhost`, when I used `127.0.0.1` instead, it worked.

You could guard the behavior of returning `NoReturn` through an [`if TYPE_CHECKING`](https://docs.python.org/3/library/typing.html#typing.TYPE_CHECKING) condition. This way runtime behavior wouldn't change, but users would see an error in their editor. (and potentially...

If I understand this request correctly, it would also be amazing for development on Android - running `code tunnel` in Termux and accessing from `vscode.dev` on the same phone/tablet, through...