Dan Bornstein
Dan Bornstein
Maybe this is the same as https://github.com/jtokoph/auto-detect-indentation/issues/23, which I filed a few weeks ago. See also https://github.com/atom/atom/issues/13141 which I filed on Atom core.
(I've been doing some investigation.) I know this isn't a complete solution, but it looks to me like _part_ of the problem is that there is a way for the...
A little more info: Near as I can tell, the actual settings race is between this package and this bit from `text-editor-registry.js` in Atom core (around line 333), https://github.com/atom/atom/blob/master/src/text-editor-registry.js#L333-L343: ```...
Just one more note before I give up on this for the day. I have a really janky workaround, which _mostly_ works. In `auto-detect-indentation.coffee`, if you delay the indentation setup...
BTW, the referenced bug was closed as "fixed in 1.12," but it looks to me like the problem still exists in that version.
Just wanted to register a `+1` on folks who have run into this surprising behavior.
Not 100% sure, but I think `npmbox` will respect shrinkwrap files. Might reasonably be considered a bug if not. [Note: I'm a contributor to the project, but not the leader...
Do you intend this to list all the cached packages, or just the top-level install targets?
90% sure I introduced this bug and it represents my misunderstanding of how `npm-package-arg` works. I won't go so far as to say it's a bug in `npm-package-arg` but I...
>but the only thing I could do would be to short-circuit that complexity. What I meant by my comment was just that. `fixDependency()` could (probably) be simplified to just `return...