Eric Haynes

Results 60 comments of Eric Haynes

Regarding the question of scope, I think it's simpler than that; I would not expect it to do anything unless the cursor is touching a variable name. Trying to infer...

It's linked above #244 I created it at the same time as the issue... Sorry I missed your comment here.

It is actually parsing tsconfig files using the `jsonc` library, but tsconfig files are NOT jsonc. They're actually their own special, unique format. https://github.com/microsoft/TypeScript/issues/20384 I took a stab at a...

Yeah, I saw a lot of things going through here: https://github.com/nrwl/nx/blob/master/packages/nx/src/utils/json.ts I would lean toward a separate file next to it rather that functions within it just to make a...

> I was so excited to upgrade our monorepo to latest lerna + nx, only to run into this wall :( I mean, it's easy enough to avoid by taking...

As far as I can tell, by default it only runs the segment that is highlighted. If nothing is highlighted, this... runs nothing. I think you have to select-all before...

This would also help with https://github.com/NaturalIntelligence/fast-xml-parser/issues/279 Without the schema, there's no real way it could determine that both of these are strings: ```xml Joe Schmoe 1234567890 ``` But it could...

I was looking for this as well. It would definitely be nice to have something like this built in. I hacked around at it a bit and came up with...

Will the current version work with `ioredis` 5? The type definitions don't quite match, but they're not actually correct anyhow. They define it as: ```typescript interface CompatibleRedisClient { eval(args: EvalArg[],...

Can this be merged? It's all ready to go...