John Firebaugh
John Firebaugh
From #2936: I don't think setStyle should actually change the className. The class is not really a style property, and the logic necessary to handle `leaflet-` classes seems like a...
I can't get it to work even with the `rootDirs` workaround. Here's a simple test case: https://github.com/jfirebaugh/rules_nodejs_test/tree/simplified
#2354
Previously: #537.
Thanks @acj. Bundler 2.2.32 on macOS 12.5.1.
#5916 notes that raster layers with a canvas source should be included with this feature.
Note that the tile count depends on the `minzoom` and `maxzoom` specified in the source's TileJSON, so calculating it depends on having downloaded at least that resource.
We encountered this issue in the Figma monorepo. > The fact that the stdlib needs to be recompiled with race detection is a problem For us, this is the primary...
Just curious, what's the advantage of `go_cross_binary` versus using the `--platforms` flag? The latter seems like the [officially recommended](https://bazel.build/concepts/platforms#goal) way to do cross compiling with Bazel. (Although `--platforms` doesn't seem...
Thank you for the explanation, that makes sense. I encountered two issues with rules_go's support of the `--platforms` flag: * I was trying to use a self-defined "linux_amd64" platform rather...