Results 13 comments of Matt Fichman

I have this issue too. If multiple window splits are open, then the drag cursor position is not correct. The initial _click_ position is correct, and accounts for splits to...

Just wanted to note that turning on multi grid (—multigrid option) fixed the problem for me. On Mon, Aug 29, 2022 at 5:49 PM Michael ***@***.***> wrote: > I'm also...

Hi, Linux isn't currently supported by this library: just OS X and Windows. There was an error on the README in the front page. To support Linux, I'll need to...

Sure, I think it's possible without too much difficulty. I will need to port the underlying coroutine library to ARM first. On Thursday, February 25, 2016, Brian Zou [email protected] wrote:...

You should install `scons`, and then build using `scons`. Here are the instructions: ``` pip install scons cd coro scons ```

I can look into it, but it may be difficult since Android phones use many different architectures. I'd have to at least port Coroutine.s (the part written in assembly) to...

This is something I've been meaning to add! :+1: To test recipes, you can run `winbrew test `. This downloads and builds all the packages listed, and additionally runs the...

Seems pretty neat! I think that would be interesting to add, if there's demand for it.

Yes, I agree. The UI for progress is non-existent at this point. There are a few Python libraries that are good for making text UI progress bars. I will look...

@sholladay Can you try running `winbrew` in the Visual Studio Command Prompt? (The fact that you need to do that may be a hole in the documentation -- I'll look...