Dmitry A. Efimenko

Results 37 comments of Dmitry A. Efimenko

I think what happened in my case is that when I pushed my feature branch, it pushed the tag as well. Then I created a PR from my feature branch...

thanks for the reply! The git workflow is a common practice. Do you think the functionality you described would be a good feature for this library?

@circleart the reproduction link you have is not working. [This is probably relevant](https://github.com/angular/components/issues/6244)

Server-side rendering is important for many, many apps these days. Not supporting SSR, will automatically remove Clarity as an option for many projects. I hope you'll reconsider.

based on the comment by @kemsky above, here's what I came up with: ```ts export function emptyPromiseFactory() { return () => Promise.resolve(); } export function eagerProvider(klass: Type): Provider[] { return...