Ivan Krivosheev
Ivan Krivosheev
Have done by: https://github.com/SeaQL/sea-query/pull/510
@tgross35 hello! Could you send a file?
@tgross35 I reproduced your problem and found a sample. But it's malware file... Well, I will try to fix it.
Well, now I understand what happens with python implementation. It skips continue parsing: https://github.com/decalage2/olefile/blob/master/olefile/olefile.py#L903C1-L903C92 @mdsteele what can we do with this problem? Maybe on `Permissive` validation mode we can truncate...
> Wouldn't this be better implemented as a separate crate, much like https://crates.io/crates/nom-leb128? nom itself really only provides the most fundamental parsers and combinators. This make sense but i think...
Hello! any updates?)
I created PR: https://github.com/Geal/nom/pull/1566/files
> I think this might be better implemented as a combinator `void(p)` with the semantics of `value((), p)` (which would be used like `void(take(n))`), rather than a specialized combinator for...
Not everyone works only with slices, some one can work with `Read + Write` or something else. And it looks very strange that in order to skip a piece of...
@Geal hello! I have rebased PR, can you review?