John Gardner
John Gardner
@50Wliu Don't forget to leverage the filesystem API's index (`global.AtomFS.paths`) in case it helps you with debugging. :) I appreciate the time you're putting towards investigating this.
Right, this *should* be solved with the latest release. Could you confirm? If not the incorrect icons, then certainly the inconsistent path separators. I've [added a speciality class](https://github.com/Alhadis/Atom-FS/blob/0183b79/lib/path-map.js) to help...
I [recently learned](https://github.com/sindresorhus/atom-editorconfig/pull/152#issuecomment-260050864) it's possible to exclude resources from package distributions by [using `.gitattributes`](https://feeding.cloud.geek.nz/posts/excluding-files-from-git-archive/): ``` /docs/ export-ignore /1.5mbs-animated-banner-for-your-readme.gif export-ignore /other-rubbish-that-shreds-bandwidth/ export-ignore ``` This attribute relates to the [`git archive`](https://git-scm.com/docs/git-archive) command,...
Diffs can easily be suppressed using `.gitattributes` too, although not on GitHub (which is a known issue; just check [Linguist's backlog](https://github.com/github/linguist/issues?utf8=%E2%9C%93&q=diff)). Still, you're right... though I don't understand why NPM...
👋 Hey @DallasO, thanks for the detailed report. The spike in CPU usage sounds strange. Granted, `file-icons` isn't as performant as it should be (I intend to rewrite the filesystem...
> pdf-view==0.71.0 Ah, that reminds me. I've recently witnessed Atom crash a few times after opening a PDF (and having the console open). It just... hang for a long time,...
Glad you asked. Merge these already: - atom/tree-view#1009 - atom/tabs#412 - atom/find-and-replace#870 - atom/fuzzy-finder#281 - atom/archive-view#47 This isn't just hacky, it's also **bloated**. The amount of code I've written to...
FYI, the more packages that're active and cross-referencing loaded code, the bigger the hit to loading time. Just saying. This isn't hyperbole, this is a pretty realistic concern.
Relief to exhausted ears. Seriously. Thank you.
@50Wliu Uh, if my pull-requests could be merged sooner rather than later, that'd be great...