Christoph Rackwitz

Results 60 comments of Christoph Rackwitz

I should have tried LINE_8. that's actually the behavior I expected. thanks for the investigation. that code looks like it's just mapping obsolete/deprecated constants to LINE_4/LINE_8. the LineIterator code handles...

I would recommend reviewing all uses of `ctypes.string_at()`. That function is meant to be used on C strings, i.e. they stop at the first null byte (0x00). Also it [might...

I'd be thrilled to have number of redirects configurable, or *something* to get around the single-redirect behavior. You _could_ make it an option to each rule, like ["[x] *and then*...

better questions would be: do I know how extensions work, where does the business magic happen, and how many people will I have to violate because I hate build systems...

I observe the same behavior. It's problematic. This library (release on PyPI) fails to handle properly: - rename of directories - deletion of directories followed by re-creation There is no...

> "use the expression `is True` instead of `== True`" That is not a matter of style. They both mean different things, behave differently. The former tests for identity, i.e....

Wow. First of all, "import opencv" is wrong. It will never work. Because it's wrong. It didn't work because that's wrong. Please never ever repeat that string of characters. You...

> I believe you are incorrect. I addressed people suggesting the wrong import statement ("import opencv", must be "import cv2" or the like), because the wrong import would **never** work,...

Wouldn't mind this for Chrome and Firefox as well. Chrome and Edge share some underpinnings, so maybe that's not much extra effort.

see also: #23088 which contains more investigation It's the ffmpeg backend. OS makes no difference, as long as ffmpeg backend is involved.