minus

Results 13 comments of minus

Easiest way to "reproduce" is to `sudo pip install guv` (and not having it installed as user nor the working directory being the source folder).

That would also help for closing a device handle in a failed transfer callback, since currently calling `libusb_close()` in a transfer callback deadlocks.

Simply putting a backslash in front of quotes works as a workaround, haven't tried double quoting

I quickly hacked it in, but getting it in there properly as --no-wrap will require some refactoring untested patch ```patch From 9b0393234beb5b6bc872cdc0577c9bedaa4dd692 Mon Sep 17 00:00:00 2001 From: minus Date:...

> I think only taking one of the tags into consideration is not the best way to go though. I want tinytag to provide the best possible output, no matter...

Hey, just a gentle reminder in case this went under

Removal of 2.12.0 closes #20170 I tested this and it works (in contrast to the currently published versions 2.10 and "2.12", which fail to build)

I'd prefer a looser coupling between layouts and outputs. Instead of having workspaces on outputs, you have them on layouts. Layouts can have an arbitrary position and size (but probably...

Slightly related (for anyone who'd take on this task): #1281

Unfortunately, only the `ExecutionException` passed into `throwEncapsulatedException` has the stack trace from the call site. The cause in it doesn't have a meaningful stack trace since it comes from a...