Zane Duffield
Zane Duffield
> The formatting of text blocks hasn't been finalized yet, we might revisit some of those details, in particular whether or not aligning with the left margin is a choice...
This addresses #100
I ran into this issue in an application with ASLR enabled as well. Does anyone have any idea on how to fix it? I had a go at debugging the...
I came across this limitation recently and I opted to simply not use a generator in my solution. This meant simply calling my parsing function from within my solution function.
Reported on the vscode repo: https://github.com/microsoft/vscode/issues/176812
I should mention that I am running this on Windows.
Maybe this is related to AV getting in the way (https://nexte.st/book/antivirus-gatekeeper). Even if that is the case, I'm not sure why the tests would be considered leaky.
> The strongest signal I can think of is that every implementation of this rule in other languages ignore code blocks with comments. I linked to the [C# one](https://sonarsource.github.io/rspec/#/rspec/S108/csharp), but...
@Daniel-Tr thanks for the report! Would you be able to provide a stacktrace for this exception? I wasn't able to reproduce it, but I suspect it's related to non-ASCII data...
> we definitely do need to know what block we're in while lexing this token Yeah I worked that out the hard way when I tried implementing a lexer for...