Ben Clinkinbeard

Results 9 issues of Ben Clinkinbeard

As described in https://deck.gl/docs/developer-guide/performance#supply-binary-blobs-to-the-data-prop, most layers support the specification of an object like `{length: blobLength}` as their `data` prop. This also means the [existing data accessor signatures](https://github.com/danmarshall/deckgl-typings/blob/master/deck.gl__layers/index.d.ts#L360) are incomplete. I...

The files required in `components.js` will rarely change during normal content development workflows. I *think* we should be able to bundle them on their own, and mark them as external...

help wanted
Feature Request
CLI

Vanilla browserify allows you to do `b.bundle(cb)` and get the bundle passed into `cb`, but with `browserify-incremental` the callback will only be called if `.pipe(someStream)` is included. This code works:...

I'm not sure if you're open to this, but I think it would be helpful to anyone using TS. I'd recommend a second set of eyes before merging, but I...

**User-Facing Changes** None **Description** Scopes the global styles to the #root container so embedding Studio within another app doesn't affect things outside its parent node.

stale

Is there an actual API doc for the object returned from `wd.promiseChain[Remote]()`. I see plenty of examples adding listeners and calling methods but there don't seem to be any real...

According to http://nodejs.org/api/querystring.html, the returned object should have `escape` and `unescape` methods. Instead, it has `encode` and `decode`, with a different API, in that they return objects instead of strings.

help wanted

`gitbook pdf . ebook.pdf`, `gitbook epub . ebook.epub`, and `gitbook mobi . ebook.mobi` all work, so I don't think it's a config issue. `gitbook build . ./out --format=ebook` just creates...