Cameron Clough

Results 86 comments of Cameron Clough
trafficstars

@sshane how did you reproduce this?

~~I can't reproduce it by doing that! Just spent a few minutes trying...~~ Hmm, just did it once by selecting a range to zoom and then seeking. It loaded after...

I'm hoping https://github.com/commaai/connect/pull/425 improves this

I think this was actually in connect, have updated the original description

Looks like it's created [here](https://github.com/mapbox/mapbox-gl-js/blob/main/src/ui/control/logo_control.js#L29) in mapbox-gl-js. Not sure whether we are actually required to have the mapbox logo by the TOS or not. Does it depend [which layers](https://github.com/mapbox/mapbox-gl-js/blob/main/src/ui/control/logo_control.js#L69) we...

API request to create favorite: ![Screenshot from 2022-08-25 20-15-10](https://user-images.githubusercontent.com/4038174/186810161-1a0872d6-b870-430b-ae60-58720a39069f.png) Querying locations response: ![Screenshot from 2022-08-25 20-18-11](https://user-images.githubusercontent.com/4038174/186810408-5212aa55-d9f8-4547-af62-1dbe1da35767.png) It kind of looks like the coordinates are being rounded somehow? 5 decimal places...

Can you give an example of some coordinates so that it can be reproduced?

This might depend on all sorts of things like the OS and graphics card and driver. Personally can't reproduce on Ubuntu 22.04/Wayland/Chrome 114/Radeon RX Vega

Can you reproduce here? https://hlsjs.video-dev.org/demo/

I found a layout order issue in the wild and simplified it to this repro, which might be the same root bug as yours ```html .first { background-color: green; }...