-
### Description
We've seen several issues in Qute related to parsing, and it would probably make everyone's life easier if we could use a real parser that could produce a real AST for the expressions…
-
```
I've hit a file in the wild which rendered at a very large font size--one
sentence was taking up half the screen. It looks like it's caused by this
error in the file:
[Sc[Script Info]
This ca…
-
The error check at https://github.com/namecoin/ncdns/blob/0688b3ea9551169e412202d00106f42fb1772604/ncdomain/convert.go#L339 is commented out. Is there a reason for this? It's causing static analysis…
-
I've been finding it difficult to figure out how to get proper error messages from a parser implemented with lezer. I noticed that you've included the standard JSON5 test suite, but it seems like this…
-
Hi,
Sorry for the delay, I have only been able to test the modifications provided by commit 59845d6. I still have some computations errors for instance for the following configuration (`dimension=1…
-
## Is your feature request related to a problem?
Discovered while investigating upstream issue https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/529.
It appears there is a change in PHP 8…
-
Hi Macks, I mentioned an issue in my pull request. This error has been present for a while but is really pronounced in the eval() done to verify that the file created is able to be loaded. Basically t…
-
Might be related to #46 as I manage to fix the assertion error by renaming the bcf.gz (and bcf.gz.csi) to bcf (and bcf.csi)
Below is the relevant part of the stacktrace:
```
File "/mnt/hds/proj…
-
The parsing appears to be tolerant of deviations from the MME API in two ways:
1) Trailing commas appears to be tolerated, e.g.:
```
"features": [{...}, {...}, ]
^
```
2) t…
buske updated
9 years ago
-
### Describe the current behavior
- Task Execution Speed: Currently, even simple tasks like a single print statement take more than a second to execute. This occurs even for basic operations that sho…