Etienne Cimon

Results 105 comments of Etienne Cimon

Looks similar to the indentation issue I have been having, where the default indent goes way up at the bottom of files with 2000+ LOC mostly. Forces me to move...

> If you ment "no jQuery" by saying "natively" :) Dart is another language written by the V8 team that is supposed to replace javascript on the long run. https://www.dartlang.org/performance/...

Yes, I'll get at that once I have the time. I'm busy with tons of low-level stuff right now but this is on my list.

Yes, i think the right example would be here https://www.jetbrains.com/resharper/documentation/reviewers_guide.html go to inheriter . The webstorm IDE actually moves to the inheritors after the interface. It's often more convenient when...

I rewrote this repo as an internal jsx file and it works. Had to remove the `forceUpdate()` ``` import gridjs, {Grid, h, Component, createRef } from 'gridjs'; import ReactDOM from...