Michael Schmidt

Results 215 comments of Michael Schmidt

So I've been trying to implement this rule (I called it `no-misleading-capturing-group`), and I ran into a problem: > Capturing groups that do not behave as their pattern would suggest....

Please be more specific. Which image format are you talking about? Given that you liked a PNG compression library, can I assume that you only talk about PNG? FYI: All...

The issue seems to be that `google-re2` doesn't compile. Since `google-re2` doesn't have pre-compiled wheels for your OS, it tries to build them on your machine, but fails because it...

The original issue was only about windows. I made a new issue for Linux #2751. > What about just rm? The problem isn't which command to use to remove files,...

It shouldn't be hard to add support for EXR images. Do you happen to have an example file I could use for tests? I can't find any online...

This won't be easy after all. OpenCV does support EXR, but in a really unfortunate way. They are using a somewhat old version of the OpenEXR library under the hood,...

The logs say this: ``` [2024-01-06 23:17:34 +0800] [INFO] Execution options: {'chaiNNer_onnx': {'gpu_index': '0', 'execution_provider': 'CUDAExecutionProvider', 'onnx_tensorrt_cache': '', 'tensorrt_fp16_mode': True}} [2024-01-06 23:17:35.956] [error] Could not locate zlibwapi.dll. Please make sure...

Only allowing RGBA for formats that support it is fine. We can adjust whether RGBA images are allowed directly on the frame input of Save Video depending on the selected...

Nope, nothing yet.

I think it might be. I'm not sure. The main issues I see are that: 1. Layout depends on connected edges. So we'll need some way to emulate edges to...