jxu

Results 212 comments of jxu

This is likely an issue with your own engine, not cute chess. If you use C style string handling maybe it's an issue with file streams or flushing the buffer.

`read_region` is for reading relatively small regions that will fit into memory (probably image area < 2^32) It's usually not possible to read the whole region into memory anyway. That's...

Maybe duplicate of https://github.com/openslide/openslide/issues/73

Not the same as https://github.com/openslide/openslide-winbuild/issues/18 since this issue is error 127 and "procedure"

There is no need for a launch exe if it just runs python anyway... all you need to do is just run main.py. Launchers are also not standard for python...

Your fix worked well for me. Thank you. It's a shame this will probably never get merged since the author seems to have ignored the PRs.

I've used `rlwrap` but only by itself without options, so I'll wait to see if anyone else can tell us which options are most useful.

I agree with defaulting to short options and the argument that tldr is for practical commands. The point of the command explanation is to explain the flags, so it is...

I've seen this in the context of Kdenlive and Shotcut and I get the impression melt is not supposed to be called directly by an end user.

I don't know. I've been going through a lot recently and idk if my motivation is there currently.