Results 14 comments of AMIR

thanks for Your PR. `DuckX` used to use `libzip`, but the reason for switching to kuba's zip library was keeping `DuckX` as minimal as possible. `libzip` is excellent but that's...

hi @bright2013! No currently DuckX doesn't support images. Which website says that? :)

Thank you @RuurddeRonde for reporting the bug. We'll have a fix ready very soon :v:

Thank You for the PR! I think it would be better to define new_line as a constant. refer to [python-docx](https://github.com/python-openxml/python-docx/blob/da75fcf01f7f322e846e2ac3e1936aedd766acc8/docx/enum/text.py#L67) library, we can define an `enum`/`class` (e.g BREAK) that has...

Thank you @villains. I'll investigate these suggestions and try to add them in the future. Any contributions are welcomed! :smiley:

> Maybe use zlib and make use of this example / demo: https://github.com/skeeto/zlib-mutate-demo? **zlib** is an awesome library and has great features. But as you may know I want to...

My opinion is to keep **DuckX** as compatible as possible with different C++ versions, but if We have to, We can switch to higher versions (such as C ++11).

Ping @marmeladema. Sorry for bothering, just wanted to know is this repo still under development? And is there a chance that this PR will be merged?

Right, but why we have `contains` as an operator?

Hi @zhangayndou, thanks for your reports. after a while, I got back to developing this project and currently refactoring some parts. will consider this in the near future.