Victor Machado
Victor Machado
What I could observe so far is that it actually works to have a loop of mgl-features, **but**: 1. if I remove the `trackBy` function from `mgl-feature` the dragging stops...
I have managed to reproduce this. The problem was that I wasn't listening to the (mouseEnter) and (mouseLeave) events from the layers and for some reason they just won't work...
Adding `ibus-daemon` to startup apps as @aldonogueira said on Elementary OS Loki worked for me.
I also have this problem and it would be really nice to avoid running the extra `tsc --watch`.
I thought I also had this problem because of RxJs, but turns out it was just a HTTP interceptor that was blocking me from fetching the translations.
@hassankhan Could you give an example of what the `baseConfig` would look? This almost worked for me but I'm not sure if it was some wrong Typescript configuration that is...
The latest merged PR should fix the TS error (or at least make it possible to include the types in TSConfig). @kuceb Please, could you make a new release?
@richclingman any chance that PR can be merged?
@bahmutov any updates?
I'm also experiencing false positives for circular dependencies in version 6 which were fine in version 5. Two of our files that do not import each other are reported as...