Roman Romanov

Results 17 comments of Roman Romanov

See #49 to fix build issue. Anyway, it will be great if author fixes and publishes new version with fixed dependencies.

> Hi, this issue is still continuing, anybody found any solution? Just replace module in dependency in your build.gradle: ``` implementation ('com.github.SumiMakito:AwesomeQRCode:1.2.0'){ exclude group: 'com.waynejo', module: 'androidndkgif' // exclude jcenter...

> For all those reporting the same issue, i did configure my project to avoid this problem. > Simply, go to your build.gradle file, exclude the problematic dependency and then...

> Can I ask what's your use-case? I'm still use korio library for IO and text utilities (gz infalte/deflate, base64, bytes-to-text conversion, etc) and klock library (with custom wrapper) to...

I'm sending QR-code results history from [ZXing app](https://play.google.com/store/apps/details?id=com.google.zxing.client.android&hl=en_US&gl=US), sharing code is [here](https://github.com/zxing/zxing/blob/012ee963aef3589c1e744be0dc3332e00041fb2a/android/src/com/google/zxing/client/android/history/HistoryActivity.java#L130). TotalCommander app accepts that share and saves it as CSV file. Many other apps can't share that intent...

I can't update VIM3 board on aarch64 linux host even after fixing dependencies in INSTALL script: lib32z1 lib32stdc++6 lib32ncurses6 -> libz1 libstdc++6 libncurses6 [update](https://github.com/khadas/utils/blob/master/aml-flash-tool/tools/linux-arm/update) binary in _aml-flash-tool/tools/linux-arm_ is 32-bit arm...

Same here, looks like driver is unloading on high memory usage, need to disable and reenable eqMac, reselect output device to make eqMac catch device, or just to restart eqMac

> Here's the modified version of the code: Thank you, I haven't got any problems with modifying code. I use most of available options, so my changelog is quite larger:...

I'm using this library with KSP, all is working good. Just make sure to have a class that extends `AppGlideModule` and marked with `@GlideModule` attribute. So auto-generated ksp module `GeneratedAppGlideModuleImpl`...

@AndroidDeveloperLB Llatest release of Glide is 4.16.0, but GlideWebpDecoder is not updated to this version, so I use Glide as usual with latest build, but for GlideWebpDecoder I must use...