Ilija Tovilo

Results 55 comments of Ilija Tovilo

`onbeforeunload` will only work for cases when the user navigates away without the router (reload, link to a different website, link that isn't a `` or `use:link`). Unfortunately svelte-routing doesn't...

It's not quite as easy as I thought because not only do you need to listen to changes of the url but you need to intercept some other events, like...

@webda2l Can you please elaborate? Following the docs results in this: ![image](https://user-images.githubusercontent.com/1752683/52557327-60719180-2def-11e9-8f99-f781dce55431.png) This is definitely not the desired result, as it just lists the properties of the `Translation` entity.

This project doesn't support dark mode. I don't develop for MacOS anymore. I will accept PRs though.

There is no property called `disabledControlTextColor`. Not every color in this project is configurable. Sorry, you're on your own.

Any chance this will get a review soon? :blush:

Anything wrong here? Would you prefer a different approach?

@bestguy Hi :wave: Would it be possible to have a look at this? We've copied the OffsetCanvas code in our project and it would be nice to be able to...

[phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine#configuration) allows providing an `EntityManager` instance so that the plugin can infer repositories. Maybe that would be easier?

@vladyslavstartsev > I think those comments mean that @weirdan doesn't want to load whole application in order to get entity manager. Yeah but it could also be opt-in. If you...