Victor Berchet

Results 130 issues of Victor Berchet

`from_time` allows specifying a start time as a UNIX timestamp for the endpoints: 1. `/live//json`, 2. `/live/`, 3. `/tracking/latest.json` The endpoint `/live//json` already supports a `latest_update` query parameter which is...

This feature request is similar to how `/tracking//json` supports a `last_update` parameter to only fetch the latest points... but a bit different. The idea is to be able to request...

Pilots need to enter their Skylines (numerical) id in flyxc.app if they want to appear on the map. Currently there is no "easy" way to get the numerical id. The...

Quite a few people I discuss with are confused with how Skylines live tracking work (or they are not sure if it works at all) because they can not see...

It would be super convenient to display of QR code for the tracking key at `https://skylines.aero/settings/tracking`. Pilots could then scan their key from their mobile phone instead of having to...

Working with timestamps in the live track API is kind of hard because they are offset since midnight UTC of the day the flight started (If I understand correctly). It...

Let's say you save this entity: ```typescript await datastore.save([{ key: datastore.key(['TEST']); data: { emb: { name: 'first', value: 1, }, }, }]); ``` You can they run a query to...

type: feature request
api: datastore

#### Environment details - OS: MacOs - Node.js version: v14.4.0 - npm version: 6.14.8 - `@google-cloud/datastore` version: 6.3.0 #### Steps to reproduce Execute the following code: ```typescript async function saveBlob()...

priority: p2
type: bug
api: datastore

1) Is this a client library issue or a product issue? I guess a bug in the client library (`"@google-cloud/datastore": "^6.3.0"`) #### Environment details - OS: Linux - Node.js version:...

type: feature request
api: datastore