Hristiyan Dodov

Results 55 comments of Hristiyan Dodov

@bastianallgeier you can find pretty much everything here https://devhints.io/xpath

@texnixe well, I guess you could rewrite the intro of that article to include _all_ folders. I think that the `assets` folder shouldn't be left out as long as Kirby...

I just switched to [hotkeys](https://github.com/jaywcjlove/hotkeys). It doesn't have that problem and did the job for me. Depends on how important reactivity is for you.

This is a problem with the types, so the types should be fixed: ```diff - export class Tooltip extends React.Component {} + export class Tooltip extends React.Component {} ``` Until...

I discovered more issues with this package and moved to the official [`@tippyjs/react`](https://www.npmjs.com/package/@tippyjs/react).

You get the "Unauthenticated" error when you visit the routes directly because you need to pass in a CSRF token along with the request, so that's expected to not work....

@texnixe yeah. It might be the expected behavior from Kirby's point of view, but leads to unexpected behavior from the user's point of view **that goes unnoticed**. At the very...

@lukasbestle doesn't it make sense for the router to have two types of initializations? As far as my debugging went, the issue comes from the fact that the `content()` method...

I had no idea you get an options bar when you select the text, to be honest. I don't think it's good to put such an important functionality in a...

We decided to implement localization on our website and this issue forces us to refactor the entirety of it, since our content is mainly stored in blocks. That's soul-crushing...