Aliaksandr
Aliaksandr
Hello @yoheimuta Thank you for the reply. The reason I'm asking is because I'm trying to improve UX in VS Code extension (https://github.com/plexsystems/vscode-protolint). At the moment the extension only shows...
@yoheimuta thank you for sharing the sketch. I don't know the project and Golang well, so let me comment from `protolint` API client prospect. - "File mode" is awesome for...
@yoheimuta hello, a quick update on my research regarding passing the text via named pipes. It works on Windows like this: `PS D:\protolint> .\protolint.exe lint \\?\pipe\mypipe.proto` However, it works with...
Hello @yoheimuta Do you need any details regarding this issue? I guess if protolint really reads the file 22 times for 1 linting command, it may cause heisenbugs when the...
Hello @yoheimuta and thank you for the reply. > Implementing this feature would require a lot of code to write and maintain As I understand, this estimation is related to...
Hello, I added #31 to address this issue via UX: invalid binary path now causes a warning with actions to fix the path.
@yrtimiD Hello, could you describe a scenario where the relative path makes sense? Maybe accepting just an absolute path is better?
@RedYetiDev Hi and thank you for the reply! I've updated the issue with TypeScript code snippets.