Yves Amsellem

Results 15 comments of Yves Amsellem

@Nate-Wilkins May you please explain how (or point out where is it explained) to use a eslintrc config file? I'm looking forward to use [atom-esformatter](https://github.com/sindresorhus/atom-esformatter/issues/37) with an existing .eslintrc.json file....

@MaxGraey isn't crystal clear to me. Does that mean `console.log('something');` should be logged in atom inspector? Because that the thing I'm also looking for. Thanks.

@alathon Being small does not necessarily means being ascetic. ``` javascript t.is(array.length, length); // is better with t.truthy(array) before t.true(array.every(x => [item, item].includes(x))); // seems cumbersome t.true(string.includes(substring)); // could be...

I've update your sample with another url for stickit dependency, it wasn't working ([find it here](http://jsbin.com/mukazeriyo/1/edit)) — the version used is the latest, 0.8. The sample reproduces the issue: without...

@yantakus you can use this [stackoverflow answer](https://stackoverflow.com/a/51828976/535184) to scroll to a given element. Once your `fetch` is done, for example, you can then force a scroll to a given component...

Hi, I'm speaking about the model values in the success callback. Then, the values has already been taken from the server response. If an attribute has cease to exist, it...

Any progress on this concern?

Talking about the headings, I've also noticed similar issues like the ones you are pointing: adding the heading into a list will make it unmodifiable until unactivating the list :-(....