Jan Míšek

Results 4 comments of Jan Míšek

Until fixed, there is my attempt to resolve this. I am still debugging this, but it looks like it is working: ```typescript // '\\' must be first const defaultReplacements =...

Actually its only thing which blocks me from using typescript on component layer in our projects as we have large components base which is not very usable without autocompletion. Does...

Thanks. This is just enough hint. I will take a look soon.

@machty I have altered Ember route model resolving using tasks. My augmentation is based on following article. https://engineering.linkedin.com/blog/2016/12/ember-concurrency--or--how-i-learned-to-stop-worrying-and-love-t I did some universal solution and I want to do some assertions...