We use this package as a part of buf lsp, and had an issue come through about @ characters not being escaped in filepaths. The fix is here: bufbuild/buf#4325.
I'm wondering if it makes sense for this package to match the URI implementation in https://github.com/microsoft/vscode-uri, which is seemingly divergent from the one here?
We use this package as a part of
buf lsp, and had an issue come through about@characters not being escaped in filepaths. The fix is here: bufbuild/buf#4325.I'm wondering if it makes sense for this package to match the URI implementation in https://github.com/microsoft/vscode-uri, which is seemingly divergent from the one here?