Geoffrey Challen

Results 33 comments of Geoffrey Challen

Just a +1 on this issue. It's very frustrating. Note that this can also end up breaking asdf itself. Many asdf plugins seem to rely on curl, which is one...

I'm getting the error about `xmpp.meet.jitsi` not resolving, similar to some recent problems people had experienced using code from the `master` branch. (One of the reasons it was so confusing.)...

Just as an FYI, my PR does not enable full SSR. It just prevents `react-ace` from failing when used on the server. All that will be rendered on the server...

Testing on Android. I don't have an iOS device to test with at this point, and the emulator isn't helpful here... sorry. Easiest steps to reproduce: 1. Launch app. Turn...

So I've noticed this now on a React Native library that also uses AltBeacon. You might want to peek at the writeup here: https://github.com/MacKentoch/react-native-beacons-manager/issues/99. Essentially it seems that AltBeacon >...

Great, thanks! However, note that I'm not sure that this will fix the underlying issue. I've opened [this bug against AltBeacon itself](https://github.com/AltBeacon/android-beacon-library/issues/708), since I was able to reproduce the behavior...

Sorry for the delay—I've been out of town without access to a testing harness. IIRC I did try this and it does work properly, although it doesn't debounce the spurious...

OK good to know. What radius to you suggest for Android? I tried some higher numbers but then had the opposite problem (that you'd expect): not getting exit events promptly.

Sorry: just Android for now. Broken on a Google Pixel XL running Android 8.1.0. Working on a iPhone SE running iOS 14.11.1.

Thanks! Happy to help if I can.