_Frky
_Frky
Done, but (at least) one test is not passing anymore. I'll take a look at it within the week.
Hi, First, thanks for this project, it is of great help for mine. I have the same need as Ionemc. Has someone already implemented this feature, or is the issue...
Hi, Thanks for the issue. I'll look into it. Blacklists are indeed partially implemented but not used, that is because this portion of code (parsers.rs) is copied/pasted from another small...
 This is a graph of the FSM generated by smack.rs for the following patterns: ``` smack.add_pattern( b"ab", 0, SmackFlags::ANCHOR_BEGIN | SmackFlags::WILDCARDS, ); smack.add_pattern( b"*ab", 1, SmackFlags::ANCHOR_BEGIN | SmackFlags::WILDCARDS, );...
Thank you for the feedback. Improving logs and making them compatible with other tools is indeed something we should do. Thank you for the suggestion, it's added to the TODO.
Thank you for your input on the logging. Your ideas are interesting, and the logging part is definitely to be improved. Here are some comments: * **Support of "ingestible formats"**:...