Joshua Pinter

Results 195 comments of Joshua Pinter

@prashant45 I'd much rather get an event listener setup but I ended up using a `setInterval()` as a quick and dirty way to keep reading the latest data.

@prashant45 No. Still using `setInterval()`.

@prashant45 It'll be relatively easy to do but it's just not necessary for what we're doing. The setInterval works fine for now. This isn't my repository but you should be...

@jepstein-eagle Great work, thanks for sharing! @admc I feel that pain. Would you recommend those of us still using `wd` to migrate to `wdio` sooner rather than later? Thanks for...

@jlipps Thanks for the honesty and recommendation. Do you know of or have any recommendations on a guide/steps to migrate from `wd` to `wdio`? Thanks!

@christian-bromann @jlipps Thanks for the tips, gents. We'll make the move at some point and ask any questions in the community channel. Cheers! 🍻

@marcrohloff I agree with this. People can pin older versions in their Gemfile if they need to use EOL versions of Ruby.

FYI, we went through the painstaking process of updating from 0.59.10 to 0.60.6 just to get this working and after a few days of upgrade hell, Lottie works perfectly now...

According to [this](https://discuss.gradle.org/t/mavendeployment-deprecated-with-gradle-6-3/36096), `MavenDeployment` was deprecated in Gradle 6.3 and removed entirely in Gradle 7. I just upgraded to Gradle 7, as Android Studio is now prompting Users to do...

Thanks for the response, @cjlarose. I tested both issues on `master` and they are _both_ still present. The hanging on quit is not resolved, whatever may be causing it. Just...