Jeff Yates

Results 39 comments of Jeff Yates

Ah, ok, I am updating this issue to a slightly different request. :)

No need for a coffee, but I'll try to carve out some time to do this :)

This is not so simple. Latest `@hyperjump/json-schema` is ESM-only so we'll have to move to support that, which requires some work to get things working in jest properly. We can...

In order to implement this, we need to change how we parse files. Currently, we use `readline`, which handles line endings for us, but doesn't give us a way to...

I observe in VSCode that adding any change that would be a warning, the LSP reports the warning as a problem right before it finishes processing, then it removes the...

#2009 deals with this in a less robust but easier to achieve manner.

I think that if this is ever done, it really depends on getting #2055 done first.

This is a pretty heavy lift, I believe, and requires some thought around the existing file parsing and how we "codify" the parsed state. Currently, the line is a bit...