Daniel Bayley
Daniel Bayley
@b3ni Hey man, thanks for this. So is this tested and working on Linux? There's a conflict now, I think because I've converted the indentation to spaces from tabs, so...
I just got this too š
I just set `minWidth` to 1, and it is hiding/showing now, but no animation. Also, is there a reason why `minWidth` can't be [set to 0](https://github.com/olmokramer/atom-autohide-tree-view/blob/master/styles/autohide-tree-view.less#L7)?
The latest update or 2 broke it for me too :disappointed: Atom 1.6.0
FYI @za-creature's [_coffeescope2_ plugin](https://github.com/za-creature/coffeescope) has been working well for me⦠@clutchski @swang @za-creature Would there be any interest in merging it into this project?
FYI, this seems to have been implemented in #478, so the following works (including with [atom-linter]): ~~~ json "coffeelintConfig": { "extends": "node-module" } ~~~ @adius āļø I think this is...
Having `COFFEELINT_CONFIG` as a fallback (when there is no project config) is useful, rather than polluting the `$HOME` directory with yet another config file, especially in this case where it...
@GeoffreyBooth Iām currently working on a package which compiles the latest CoffeeScript to whatever you need, utilising _[babel-preset-env]_ (plus it wires up source maps properly and a few other bits),...
> very simple examples to get people started. Think of the kind of developer whoās never used Babel before Yep, that's the main aim of the package⦠so you donāt...
@GeoffreyBooth I also have [jest-preset-coffeescript](https://github.com/danielbayley/jest-preset-coffeescript) up and runningā¦