Olivier Girondel
Olivier Girondel
Hi, I have this getter that returns a `number`: ``` export type Getters = { (...) getItems(state: State): number } ``` and ``` export const getters: GetterTree & Getters =...
In addition to https://github.com/traccar/traccar-web/pull/685, showing the devices' speeds would be a neat addition. Somehing like  Sports fans would just love this on the live map. While at it, also...
Are there any plans to build a client with [React Native](https://facebook.github.io/react-native/) or [Flutter](https://flutter.dev/) ? This way there would be only one code base for both iOS and Android.
Just tested v5.17 and confirm that sending locations **only works when**: 1. **GPS is turned ON**: it **still doesn't work** when using **mobile network**, wifi or bluetooth. 2. **Accuracy is...
This adds another functional test that is to display the number of pending updates.  Unsent positions count will appear in parenthesises. Another way for the user to check for...
Client sends erroneous data to the server, when it should not, and could decide not to do so.