Steve Rubin

Results 4 issues of Steve Rubin

![consoleproblem](https://f.cloud.github.com/assets/433928/252868/fdf2d570-8bb8-11e2-9023-9f0459a14ee7.png) I'm not sure if this is a problem with textmate2 or with the bundle, but "console" calls are showing up in the function browser dropdown (and at the wrong...

I don't know if this is a Lion-specific bug (I haven't been able to test it yet on Snow Leopard or below), but if I call ``` play(frames) ``` or...

When trying to build `heap-profile` with Node 14+ (warns on 12+, fails on 14+), the node-gyp compilation fails: ``` ../bindings/sampling-heap-profiler.cc:26:12: error: no matching member function for call to 'Set' js_node->Set(Nan::New("name").ToLocalChecked(),...

cla: yes

The AppCues integration (and a few others) use the `loadScript` with a protocol relative url: https://github.com/segmentio/analytics.js-integrations/blob/master/integrations/appcues/lib/index.js#L51 This sets the protocol to `http` if running loading via a `file:` url. https://github.com/segmentio/load-script/blob/master/index.js#L27-L33...