John Firebaugh

Results 103 issues of John Firebaugh

I want to use esbuild-runner in contexts where the current directory is not the directory containing the package.json whose dependencies should be used to chose externals. This makes the location...

This looks like exactly [the browserify+web worker solution I've been looking for](https://github.com/mapbox/mapbox-gl-js/issues/787). What's is the status of publishing this on npm? It looks like the [upstream pull-request](https://github.com/substack/node-browserify/pull/284) wasn't merged. Did...

http://www.toffeemilkshake.co.uk/mac-paint-patterns/terminator.html

[![](https://upload.wikimedia.org/wikipedia/commons/thumb/0/07/Motion_illusion_in_star_arrangement.png/1024px-Motion_illusion_in_star_arrangement.png)](https://en.wikipedia.org/wiki/Illusory_motion#mediaviewer/File:Motion_illusion_in_star_arrangement.png)

Caused by this commit in jQuery: https://github.com/jquery/jquery/commit/b46dff39c35ae05f92f6909ff8d07aa470e4a8d4

I get this error when trying to run any scenario with akephalos. The trigger seems to be this line in jquery-1.5.1.js: ``` div.innerHTML = " a"; ```

[`JSON.parse` is significantly faster than parsing object literals.](https://github.com/GoogleChromeLabs/json-parse-benchmark) The [JSON loader](https://esbuild.github.io/content-types/#json) could take advantage of this by compiling the default export to a `JSON.parse` of a string literal. A potential...

OS X 10.7.2, MRI 1.8.7-p249 via RVM, everything compiled with GCC 4.2, `require "memprof"` produces: ``` LoadError: dlopen(/Users/john/.rvm/gems/ruby-1.8.7-p249/gems/memprof-0.3.10/lib/memprof.bundle, 9): Symbol not found: __mh_bundle_header Referenced from: /Users/john/.rvm/gems/ruby-1.8.7-p249/gems/memprof-0.3.10/lib/memprof.bundle Expected in: flat namespace...

All Bazel binary rules have a common [`args` attribute](https://bazel.build/reference/be/common-definitions#binary.args). However if you set up a `*_binary` target with `args` and then name it in a multirun target's `commands`, multirun doesn't...