-
* Mettre le sdk au meme niveau que megaparse
* MegaParser -> BaseParser
* parser\\type.py not good reserve pour autre chose -> trouver un autre nom : model.py ou config.py
* FakeParserBuilder in convt…
-
@J-F-Liu I would like to get your opinion on removing pom_parser, or at least deprecating it.
A concrete problem that prompted this issue is described in https://github.com/J-F-Liu/lopdf/issues/125#i…
-
I am not sure if I am using the API incorrectly, or if I have found an edge case that's not yet implemented. I was hoping to be able to write something like this:
```
fn parser(s: &str) -> IRe…
-
Thanks for all the work on this library. I encountered a panic while working with the `nom::bits::complete::take` function. One could argue that I am misusing the take-function, but it panics when the…
-
https://github.com/Geal/nom
-
Hello,
this is not really an issue with nom per se but I am confused and don't know where else to turn to.
I just bumped the nom version in my project from 5 to 7 and got a few compiler errors with …
-
Hello, and thank you for submitting an issue to nom!
First, please note that, for family reasons, I have limited time to work on
nom, so following the advice here will make sure I will quickly u…
-
**Summary**
MIRI test:
```
MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test
```
```
running 8 tests
test parser::test_expr ...
error: Undefined Behavior: out-of-bounds pointer arithmet…
-
To finally get a robust and fast way to dive into chunks from Rust (e.g. for detecting FX parameter modulation and other stuff for which we don't have an API yet).
-
**Bug Description**
Latest committ stops scanning image at possibly bad image exif
8.0.0 works fine
the same image scans ok once exif is stripped.
**Steps to reproduce:**
please use [possibly…