Sandeep

Results 15 comments of Sandeep

I think it already works as is - I'm able to use Steam on KDE Wayland, when I launch it with environment variable `SDL_VIDEODRIVER=wayland` Of course, actual games fail to...

@RussianNeuroMancer Steam seems to launch and work fine with SDL_VIDEODRIVER=wayland set, but most (if not all) Steam games fail to launch in that case. They're all using older/custom versions of...

That's because you haven't implemented an onError handler when you called subscribe() Using doOnError() won't be enough, you need to provide an onError implementation to subscribe() or else RxJava will...

I'll try to work on fixing those. Right now I'm working on getting the app to build with newer Android Studio, Gradle plugins etc., code cleanups and then increasing the...

You can follow the work I'm doing in this branch - https://github.com/sandy-8925/BLExplorer/tree/modernization

I'm not able to right now, no free time. You're welcome to send pull requests if you want, but I will probably be too busy to look at those as...

> thanks! what build-issues did you see with SnackEngage? It was pulling in kotlin-runtime dependency, and since kotlin-runtime was merged into kotlin-stdlib upstream, there were conflicts. Other than that, I...

Ok, I will try out that version and see if it works.

I specified the dependency on SnackEngage as follows: `implementation 'com.github.ligi:snackengage:0.27'` and I got the following build errors: > Duplicate class org.ligi.snackengage.rate.BuildConfig found in modules jetified-snackengage-amazonrate-0.27-runtime (com.github.ligi.snackengage:snackengage-amazonrate:0.27) and jetified-snackengage-playrate-0.27-runtime (com.github.ligi.snackengage:snackengage-playrate:0.27) Duplicate...

> ah - please just do > > `implementation 'com.github.ligi.snackengage:snackengage-playrate:0.27'` That worked. Thanks!