Alex Miller

Results 9 issues of Alex Miller

Added gravity sensor and fixed delay for orientation sensor https://github.com/kprimice/react-native-sensor-manager/issues/33

Find out which maps have support for waypoints and integrate - [x] Google maps - [ ] Apple maps

enhancement

Some maps have a way to pass an address instead of coords. Come up with the best way to add support for that (

enhancement

This issue will track the list of maps that will be added in the future releases - [ ] Uber [docs](https://developer.uber.com/docs/riders/ride-requests/tutorials/deep-links/introduction) - [ ] Lyft [docs](https://github.com/kiliankoe/Karte/blob/master/Sources/App.swift) - [x] Petal Maps...

enhancement

The docs for testing mention that I should be using `expectLater` with `ref.read(provider.future)` and it sort of works if the provider only awaiting a future and does not use ref...

bug
needs triage

Fixes #4930 from 2023 Closes #23902 Accessing `.size` or `.exists()` on a `Bun.file(path)` that does not yet exist caused the `Blob` to permanently cache its size as 0. This prevented...

Fixes #22456 Closes #23902 Similar to #25696 this one also fixes #4930 but from a different angle. Merging this would remove the need for #25696 The main issue was that...

Closes #10473 Closes #16768 Add support for appending with `.write()` without truncating the file by adding an `append` option. Essentially it just replaces the truncate flag with append. The fast...