Ian Clarkson
Ian Clarkson
I tried adding the line `Match.new(input, events, opts[:offset]).dump` before the check that raises the ParseError, but the output doesn't appear to show any of my actual input text?
@saqibomer I switched to https://github.com/naxos/SMBClient and didn't have the problem with that library.
I ran into this issue also. My problem was that the scroll bar would only appear if I resized the results area. But it would fade so quickly I couldn't...
I can confirm that the same codebase produces a valid position when freshly installed on a physical device -- this only appears to be a problem in the emulator. The...
Well... I have no idea how this magically fixed itself but the issue seems to be gone now. Sigh. I had uninstalled and reinstalled the app several times to trigger...
Well, I'm having troubles with this again. I'm able to get back a cached position, but not one that appears to update. I've now forked the code and added some...
So the issue turns out to be that the default value of `PRIORITY_BALANCED_POWER_ACCURACY` for the accuracy just... doesn't work in the emulator? I just happened to try it in my...
@Agontuk Yes -- I'm definitely seeing `isLocationAvailable` return with `false` even though location is enabled. My concern is that inside of the `react-native-geolocation-service` there's the [following code](https://github.com/Agontuk/react-native-geolocation-service/blob/de29b69c90b37530bdbb190eb8d58b4ea537ac20/android/src/main/java/com/agontuk/RNFusedLocation/FusedLocationProvider.java#L56): ``` if (!locationAvailability.isLocationAvailable()...
Reverting back to `deploymentMethod: direct` halved our deploy time from 10min to 5min.
@noniq Done! Please see https://github.com/caxlsx/caxlsx/pull/35