Results 349 comments of Maik Riechert

Please look at http://www.flos-freeware.ch/notepad2.html. It can deal with large files and has no issues with syntax highlighting. For me it's a deal-breaker to be honest as syntax highlighting is standard...

> @letmaik Merge into prerelease branch now it is tracking LibRaw 0.21 beta? I'd prefer not to deviate `prerelease` from `main` except for the libraw version, because otherwise code has...

While the general guidelines are silent about it, the Azure guidelines are more prescriptive: https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#obtaining-status-and-results-of-long-running-operations. It may be worth recommending to use the `"error"` field in the general guidelines as...

Thanks for reporting this, I will need a bit of time to look into it though. Is there any reason you're using a beta version of OBS? Does it work...

I had a quick look and here are some notes: - When using OBS 30 on macOS 13 or newer then OBS uses a new virtual cam method based on...

This shouldn't happen, can you give a step by step repro of this, ideally with screenshots?

Fixed in #44 and will be part of the next release. With that fix, it would be (note `undist_coords` slicing): ```py # OpenCV is BGR order r = im[..., 2]...

That's by design. Are you asking for a new feature to disable this?

Omitting uncommitted (untracked) files would be easy, this just means not running `git ls-files -z --others --exclude-standard`. Ignoring unstaged changes would mean adding the `--cached` flag to the main diff...

I can reproduce this when launching with a casing that doesn't match the actual casing on Windows. The first error I get is "Changing the repository failed: Could not find...