Slava

Results 181 comments of Slava
trafficstars

## Yeah, I think all professional developers are pretty busy these days. A lot of work needs to be done ) Sent from myMail app for Android Saturday, 12 March...

Hello! Thank you for your hard work, however, what is the status on this 1.5 years lasting issue? Is this designated as a bug? Thank you!

I'm having exactly the same problem. After running `fetch.resetMocks()` the `fetch()` call returns `undefined` instead of a promise. What could be wrong?

I was thinking the same thought = ) +1

By looking at source code of the library I've found a workaround: ```ts window.document.dispatchEvent(new Event('scroll')); setTimeout(() => { this.loading$.next(false); }, 0); ``` I have to manually trigger `scroll` event on...

Okay, thanks. If you have some ideas how to solve this problem, I'm open to help. Also, wouldn't it be easier to call the method directly on the directive? We...

Hello! Are the any progress on this issue?

Hello Stephen! Thank you for your interest in this library. Sadly, right now there is no such ability. This library is considered experimental for us and therefore I consider it...

Hello! Thank you for your interest in this module! Please create a PR with documentation update and I will gladly merge it.

Hello! Thank you for your interest in this module! However, I don't think we have such functionality right now. Feel free to investigate the source code though. Maybe you will...