strager
strager
Idea for binary precedence: As I've found binary precedence bugs, I've been adding new AST nodes. One idea is to keep the AST flat, as originally planned, but when we...
Alternate proposal: .config/quick-lint-js.config https://dot-config.github.io/
@RossBarnie I haven't considered a user-specific quick-lint-js config file. What is the use case?
Ideally, quick-lint-js should have no false positives, so you shouldn't need to suppress anything. [E0057](https://quick-lint-js.com/errors/E0057/) and [E0059](https://quick-lint-js.com/errors/E0059/) are the only exceptions currently. A user-specific config file sounds like a bad...
> I think just stripping down features from `vscode` which is the base for `monaco-editor-core` is not reasonable. Because it will become obsolete Can you give more detail? I was...
> I don't think we can go beyond 50% optimization in size, without things getting complicated more than a simple red diff. Okay, this makes sense. > I also think...
@ahmafi I took a second look at CodeMirror. I think you're right; this might be the option we choose instead of Monaco.
What is holding back implementation of this feature? Does it need a design? Does it need someone to implement the design? Is there an implementation which needs to be code...
I am willing to implement this feature myself. I prefer approach B. As an alternative, we could make `OsStackTraceGetterInterface` a public API and leave users to define their own std::stacktrace-using...
I implemented approach B in #4337.