Martin Edwards

Results 13 issues of Martin Edwards

I'd like for the map markers to be forward facing at all times. Is this possible?

Is it possible to responsively change the zoom of the globe? I initially tried responsively changing the value for `initialCameraDistanceRadiusScale` but that made the whole globe disappear. I also tried...

I stripped the code down to what you see below, and 10% of the time the options don't load on page load. Any ideas? ``` import React from "react"; import...

I'm using next.js and on first server side page load am getting the error `The cache location provided is not valid. Provided value: localStorage. Possible values are: localStorage, sessionStorage.` because...

enhancement
question

Is that necessary? If not, what's the best way to stop it? Thanks.

Hello. I'm using Next.js which has server side rendering (SSR) built in (e.g. loads from the server on page refresh). I'm getting some console warnings when the page is being...

I'd like for one of my labels to be nearer the end of the segment, but it doesn't look like `labelPosition` allows a callback function like the `labelStyle` does. I...

enhancement

Either a full page refresh of via [HRM](https://parceljs.org/hmr.html)

I noticed in the access token I get back there is an `expires_in` timestamp. Is there any documentation on using this library to refresh the token before it expires? I'd...

I was hoping that by adding my API key I would be able to see list of existing Assistants, do you know if this is possible?