Stamen Stoychev

Results 64 comments of Stamen Stoychev

@amitmoondra , the weekly patch that was just released has a fix for the scrollbars in grids with '%' height. Please, give it a try.

I guess it's safe to assume this is not getting any attention anytime soon. Can we close it so we don't pollute the PR list? @Svetloslav15 , @hanastasov

@jsakamotoIGJP , we'll investigate this before end of April. Please, have in mind that Angular caches templates for quicker rendering. GC in browsers are also not triggered consistently based on...

@jsakamotoIGJP , I took a look into this today I would first want to say that the way of identifying a memory leak is not what you describe in the...

Ideally, when searching for a leak you want to do a single repeatable action and take snapshots between executing the said action. You also have to consider the browser garbage...

@radomirchev , I think it's high time this is scheduled for a sprint so that we have design parity between WC and Angular

@Timmeeeey , They are not related necessarily but having contextMenu fire on parts of the rows that don't have cells could have some uses. For example, it could bring out...

@kdinev , I created a PR. It was more or less ready for some time but unfortunately as the event arg is cell based, it either requires a type change...

@Timmeeeey , I am scheduling this for next sprint starting Oct 30, but we'll try to take a look at as early as next week.

@Lipata , I gave this a try but the issue is that null is actually an accepted value and not the same as having nothing chosen , which for me...