John Firebaugh
John Firebaugh
Removing it is technically a breaking API change (some people are likely using leaflet.js + mapbox.standalone.js + mapbox.standalone.css), so let's wait until 3.0 for that. For now let's add a...
We can also make the XDR exception only for AJAX requests and always force https for tile requests.
cc @bsudekum
I get flicker even in Chrome (27.0.1453.93).
I just encountered a bug similar to @devoto13. I was making some code work with `--strictNullChecks` that was trying to initialize a property declared as `prop?: number` with `null`. I...
My workaround was copying some lines from `script/Dockerfile`: ```diff diff --git a/script/setup b/script/setup index f16eacf..96bf9c7 100755 --- a/script/setup +++ b/script/setup @@ -10,5 +10,7 @@ if [ -z $BORS_WITHIN_DOCKER ]; then...
We were seeing a lot of time spent in the ClientRead state on pg 7.18.2, but it mostly disappeared after upgrading to 8.5.1. I don't know if there were specific...
Another variant: ``` function(require) { require("this isn't a dependency"); } ``` This is in fact the form that browserified modules take, and thus this issue is one of the reasons...
https://github.com/jfirebaugh/rules_xcode_reduction/tree/828 `bazel test :test`: ``` $ bazel test --test_output=all :test INFO: Analyzed target //:test (0 packages loaded, 0 targets configured). INFO: Found 1 test target... Target //:test up-to-date: bazel-bin/test INFO:...
Is there an example for a wrapper script? It looks like `bazel_path` requires either an absolute path or an executable that's on `$PATH`. What should I set if I want...