Ingvar Stepanyan

Results 1089 comments of Ingvar Stepanyan

TL;DR instead of just removing this condition altogether, I'd clamp the transfer length for "in" transfers to the OS-specific limit. This way you still get errors if the device genuinely...

> I.e. default it to 4k as it is not (so we fully preserve current behavior) but add another LIBUSB option to override it in case if user wants to...

I decided to try the library on just the parsing parts for my large datastructures for now, but found it's actually slightly slower than serde-json, so probably not going to...

FWIW not related to WingetUI, but since I had the same request, I made a PowerShell script that does just this kind of migration, with interactive prompts per package: [choco2winget.ps1](https://gist.github.com/RReverser/efa63788a193ef8011b09e1d1d6692d5)....

@shahn That shouldn't be a big problem - if `Pattern` is implemented for such function, then `slice::split` could support `Pattern` without breaking backwards compatibility.

> Access to raw IFDs is problematic, as in newer formats like CR3 there is no "root IFD". In CR3, EXIF tags are spread over CMT1, CMT2 and CMT3 boxes,...

Would love to see the async camera. I see there is some progress on the main branch, but will wait for the release.

> * Drop the decode part. I strongly disagree sith this, it would make crate much less useful. Most users don't care about which decoder to use, and besides there...

> The fact you want RGB only matters if you want to modify the image or display the image to the user immediatly without sending it to the network. Well,...

> Again I haven't look at the senpai branch way of dealing with decoder the issue might already been solved. I mean, if kind of is, at least for popular...