Jaro Fietz

Results 43 comments of Jaro Fietz

@Mauladen Have you gotten around trying to add zsh completions?

Fish has already been done in #68 as stated [here](https://github.com/polygamma/aurman/issues/35#issuecomment-382480884). Maybe this issue should be renamed?

@kevinmehall What's the status here? I would really love to see this, especially because currently I need to read_interrupt on 2 interfaces while i read_control from a 3rd one. With...

Could you try setting `imageFormat` to `png` in the config?

Could you please follow the manual commands of trying to get a screenshot as described in https://github.com/oberien/adb-remote-control/issues/13#issuecomment-640399978?

1. Which OS are you using? 2. Which shell are you executing the jar from? 3. Could you please provide the output of `adb shell screencap -p | base64 -w...

The problem is that for some reason the png you're getting is output as text file with `\r\n` line endings. So every byte 0x10 is preceded by 0x13, as all...

Wouldn't the casting behaviour and guaranteed size_of still be possible with `repr(u8)`? (even though that might be a problem with #954) ```rust #[repr(u8)] enum bool { false = 0, true...

I really would love to see this as well. But for partial self borrowing to happen I guess someone™ needs to write up an RFC, summarizing everything in this issue.

> For all input types other than `Reader(Box)` so that certain Read inputs (like files) can be seek'ed to reset. I would have replaced the current `Reader` type by adding...