pieter-v

Results 6 issues of pieter-v

Our application has a large data set. One use-case includes destroying a large amount of data. Analysing this scenario, I noticed that 20 seconds was spent in `Cache.get`: 10 seconds...

inserted into the DOM, then retrieve it from the layout fixes issue #140

If some items (that are currently visible) are removed from the ‘items’ collection, then they are still referenced in the _cells property. So they are still in the DOM (display:...

If the width/height is not known in advance (e.g.: width is 80% of the parent element) and if the layout needs to know these values to determine the sizes of...

It works with [email protected] but fails with [email protected] I have a simple template ```html ``` When rendering this template the following exception occurs: ``` TypeError: Cannot read property 'lookup' of...

We have a monorepo containing several web applications. Each web app builds successfully on its own, but when the builds are executed in parallel, they fail (see stack trace below)....