Alireza Zerafati

Results 10 comments of Alireza Zerafati

@andrewseguin Could you please add why this is no longer `under consideration`?

@hasangilak heh, so funny to see you here too! Did you find any solution for the problem?

I wanted to add that, this could be much easier to work with if it wouldn't overwrite and just merge with extended build configs

I guess you only need to wait for the tree to be rendered with angular and then command it to collapse or expand. So this should work `$timeout(function(){$scope.tree_ctrl.expand_all();});`

yes this should be implemented, for example when setting the ng-model we always need to have it as Unix time-stamp to send it to the server or when initialising the...

باید بگم که چنین مشکلی رو باهاش مواجه نشدم و من بیست هزار رکورد دارم! نباید مشکلی باشه! باید سعی بشه اول کوئری مناسبی بنویسید که نیاز نباشه همه ردیف...

What I would suggest is a warning in the console or during build that checks `LOCALE_ID` and `DateAdapter` and if it's something other than `en-US` but still using `NativeDateAdapter`, it...

@deanshub The idea is awesome and I really wish we could have it in `webpack-bundle-analyzer`, It's very critical to me to compare if you want to "analyze" bundles, so for...

This is happening for me too, only when scroll-element is window.

I found a nice solution, if you use `jest.useFakeTimers()` at the top of your test. which is using Sinon fakeTimers behind the scenes, then it works. just run `jest.runAllTimers()` whenever...