Dave Clayton

Results 13 issues of Dave Clayton

In lib/requestOptions.js, we do this: var hds = extend(headers, req.headers, skipHdrs); But this will also copy the "range" header from the headers variable (which comes from Container.options), even if the...

https://github.com/villadora/express-http-proxy/issues/494

Adds an example to show how to bind request context to DataLoader loading functions.

Looking at the code, it seems that everything is synchronous, so I'm wondering why the export returns a promise?

We should support texture atlassing, where we draw sprites from an atlas by modifying the U,V buffer for each different sprite. TODO: - [x] Blit loaded images to atlas automatically...

Do simple bounds checking to avoid drawing anything that's not in the viewport.

Static geometry should share the same vertex buffer and be rendered with 1 draw call. Possibly we will flag geometry as "static" by it not having an Animator component.