Max Ullman
Max Ullman
This is an old issue, and I think your interpretation is mostly correct there can only really be one active accepted connection at a time. I think you're slightly misinterpreting...
Alternatively or additionally to blobs, it would be nice if regular expressions could be used to match file paths, and it was already implemented at one point https://github.com/redhat-developer/yaml-language-server/commit/d4a05e3dd72f55c53f1b0325c521a58f688839c9
Can't this be supported by optionally allowing schemas to be associated with proper regular expressions like it was implemented in [d4a05e](https://github.com/redhat-developer/yaml-language-server/commit/d4a05e3dd72f55c53f1b0325c521a58f688839c9) jsonSchemaService.ts? Unless I'm overlooking something that seems like a...
@kislyuk is there an easy way to dump the c14n payload? I have a document similar to @hathawsh that no longer validates because of this change without setting `excise_empty_xmlns_declarations` but...