Fabian Zeindl

Results 60 comments of Fabian Zeindl

@hbrands Did you have a chance to think about this?

@robeden Thank you for the write-up, two additional cents: 1. When redesigning `ListEvent` we should take care to not introduce additional memory-allocations. 2. Regarding the ascending indices: If the blocks...

@robeden @mauromol I think before we over-complicated things we should find use-cases for the proposed "features" and what benefit there is to be gained by not having them always-on.

> This said, it would be perfectly fine for me to have just one special EventList implementation that fires events that specify which elements have changed, without having me to...

I think a good first step here would be to fix all the `@Ignore`d tests. Also there are tests that only pass because they disable the previous element tracking of...

I think it might be a good idea to just rewrite Grouper from scratch.

Would it help to incorporate this library / the logic thereof: https://github.com/JedWatson/classnames

I have all my styling information in css, which are different colors and strokes based on different properties, hovers etc. I don't want to duplicate everything in js, since I...

Eslint 4 broke this somehow. I'm not even able to turn of the rule for some weird reason. I have: `"react/jsx-closing-bracket-location": 0` in my `.eslintrc.json` and it keeps getting applied...

I have the same problem and tested with 0.7.8: https://github.com/puniverse/quasar/issues/254