Vitalii Bobrov

Results 17 comments of Vitalii Bobrov

Great initiative, regarding search IMHO tags, looks better, as the simplier way to be listed in the search results. More steps to follow with publication === more contributions.

It is possible to use `{passive: true}` option for events like `resize`/`scroll` to improve performance - [info](https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md) Event empty (`() => {}`) non-passive listener on `scroll` event creates page perf...

I want to work on implementation. Below my thoughts about what `ng add ngx-drag-to-select` should do: 1. Add `ngx-drag-to-select` and install it via default package manager (npm/yarn). 2. Add styles....

@d3lm , sorry for delays, I've started some work, but have a lack of time right now due to the new project. So if somebody wants to take it right...

@jcubic, sometimes you haven't ability to access github)

have you added ``` ``` to your config.xml?

Could you try this wrapper for Ionic 2 https://github.com/vitaliy-bobrov/ionic2-img-cache?

@michaeljcoyne, great, need time to add docs and publish to npm)))

I think I'm handling the same issue with https://github.com/segmentio/metalsmith-permalinks/pull/64

@petasittek , As I've read https://nodejs.org/api/timers.html#timers_setimmediate_callback_args, this takes done callback to the end of the event loop. I'm not sure, but may be it should be placed after all plugin...