Chris Krycho

Results 763 comments of Chris Krycho

It’s *likely* a types issue. The types for these haven’t meaningfully changed in a very long time. It may be best to tackle as part of the work we’re *about*...

Sorry for the long delay in responding! This is a gap/error in the definition of the `ArrayProxy` type on DefinitelyTyped, though `ArrayProxy` itself may not be the source of the...

Ah, a further and more important update: the types for `ArrayProxy` itself are now guaranteed to be correct, because they’re published from Ember’s own source code. As such, if the...

@stefanpenner which version of Volta are you using? Our recent 0.9.x releases *should* have (a) stopped discouraging use of `npm i -g` or `yarn global add` and (b) made this...

Ahhhh, that would do it; I misunderstood the dynamics with `neovim` specifically. Thanks for clarifying, @charlespierce!

Thanks for the report, and sorry this is happening! One of us will try to poke at this soon (and of course if folks feel like doing investigation/debugging directly, feel...

I think this is resolved in our v2.0.0 release, @charlespierce?

Closing now, as we landed #1755. Thank you again for getting the ball rolling and doing a ton of research and implementation work, @rcsilva83! This will be a big win...

After a quick perusal from reading the source, I *think* this is still a good and needed improvement. For anyone interested in implementing it, the basic strategy would be that...

One possible strategy for solving this: when we detect a parse failure when trying to read `package.json`, check it for conflict markers with a straightforward regex match on the string...