Charles Esterbrook

Results 6 issues of Charles Esterbrook

**Suggestion** A Lark Earley parser will generate "sppf.png" `if self.debug` is True, as seen in `early.py`: https://github.com/lark-parser/lark/blob/master/lark/parsers/earley.py - search for "sppf.png" However, this is an expensive operation that radically slows...

enhancement

**Suggestion** Example current output: ``` DEBUG:lark:Unused rule: Unused rule: DEBUG:lark:Unused rule: Unused terminals: ['EXPECTED_ERROR'] DEBUG:lark:Unused terminals: ['EXPECTED_ERROR'] ``` This is nice. Additionally, I would like to know the line number...

enhancement

I added to the search config entries (YouTube, etc.) but now I'd like to re-order them to be more logical. Maybe **[ ↑ Up ]** and **[ ↓ Down ]**...

I'm not sure if this is a bug report or a feature request, but when I right-click a single word, there are no menu options from this plug-in. Instead, I...

The readme does not mention if the original Delight features are supported: - Dependency injection - http://delight.sourceforge.net/injection.html - Null checking - http://delight.sourceforge.net/null.html Or you could add a docs/ folder and...

I was able to build with .NET 7, but then when launching it fails: ```shell $ dotnet run --project src/Camelot/Camelot.csproj You must install or update .NET to run this application....