John Firebaugh
John Firebaugh
Some overlap with #50 here, though `L.mapbox.config.HTTPS_URL` doesn't permit different tile / geocoding / directions hosts.
What version of mapbox-directions.js are you using? The `readonly` option is not yet in any released version, so you need to use a git checkout if you want to use...
I haven't been able to come up with a reproduction of the deadlock, but I did theorycraft a data race and confirmed it via `-race`. The data race happens when...
See also #1752.
The lisp tradition (which has quite a bit of smart thinking behind it) is to have two special forms: `quote` (same as our `literal`) and `quasiquote` (similar but slightly different...
> A third way would be to just always use `[[ ]]`. That could work, although I'm wary of introducing another form of syntax. Another option would be to go...
In general, the style specification and runtime styling APIs requires that ID-based references (`source` IDs in layers, `icon-image` and `*-pattern` image IDs in layer properties, and source and layer IDs...
@hyperknot What about waiting to use `addLayer` until all the necessary images have been added? Edit: oh, I think I understand. By "the whole map data" you don't mean the...
One workaround is to install Rosetta 2 (`softwareupdate --install-rosetta --agree-to-license`). I personally avoid doing that because I need to ensure that software I'm responsible for supporting runs natively on Apple...
I'm not sure this is working in all cases. I applied the patches to my local rules_rust, and `REPIN=workspace` commands are still adding `registry+https://github.com/rust-lang/crates.io-index` diffs to Cargo.lock. I'm using `crates_vendor`...