Michael Schmidt
Michael Schmidt
> I consider all 3 examples you pointed out to be bugs. 👍 > However, if you (or someone else) want to contribute this feature, that would be appreciated! This...
> So I'm working on a way to determine whether two character classes overlap, are disjunct, or one is a subset of the other. The exact set of characters matched...
Preserving character sets and Unicode properties is not mutually exclusive with using interval sets. It's of course true that interval sets do not preserve the elements that created them, but...
No change. As I said, the issue is that the tests are implemented in a way that makes them reliant on unix commands. [Example](https://github.com/wkentaro/gdown/blob/8ddd2916a3d6b09eeeddf2f59718d61c87a9c440/tests/test___main__.py#L83).
Right now, all tests pass on Windows except for `test_download_folder_from_gdrive`. I have no idea what [this command](https://github.com/wkentaro/gdown/blob/8ddd2916a3d6b09eeeddf2f59718d61c87a9c440/tests/test___main__.py#L83) does, so I can't replace it with equivalent python code.
As I see it, #313 needs to be fixed before I can propose a fix. You just said that you have no way to verify that any fix I propose...
Still a problem.
Still a problem.
> If `^` or `$` can match in between a CRLF with the `u` flag, but not with the `v` flag, then perhaps `\R` should match the behavior in each...
Thank you for the response! I'm sorry, I'm not 100% certain what you mean. The project I want to include HDSRNet in is [spandrel](https://github.com/chaiNNer-org/spandrel), a library for loading, using, and...