Alexey Antipov

Results 11 comments of Alexey Antipov

Thanks for the idea! Yes, I think the "used by" can be a valuable metric to add to "Popularity". Not sure if it's possible to get the rate for it....

Hi @markerikson Thanks for the suggestion I do not actively maintain the project anymore, so no promise here.

I proxy results of the official npm search API. I also noticed its limitations in the past and not being able to find certain packages. I was already in contact...

>Also, adding 'cordova-cli' from the Github search doesn't link it up to its npm counterpart 'cordova' on Moiva, even though they are linked in reality: it's not that easy. When...

>Maybe the catalog could be automatically updated by users manually linking when coming across such scenarios? Interesting idea. I'll think about it

Don't know the reason yet, I just proxy github search API. It might be because the repo is a fork of another repo In the meantime, if you can't find...

I like the idea 👍 Thanks for looking into chart.js and finding the example. I will look into it

Unfortunately it's a blocking issue for me, I can't use Node < 12 Is there a workaround for the issue?

I found that emitting `schemaFormRedraw` event fixes the issue ``` javascript $scope.$applyAsync(() => { $scope.$broadcast('schemaFormRedraw'); }); ```

But this workaround doesn't help in some cases, unfortunately.