weepy

Results 83 issues of weepy

is it possible to use a video as a texture with this ?

enhancement
Native

### *bug report* Performance of GLSL Edit in gl-react-expo is not great. #### Expected behavior Expect smooth 60fps #### Actual behavior Persistant judder and < 60fps #### Steps to reproduce...

enhancement

main problem it's compilation step is a bit annoying . especially when other packages depend on it ( e.g. socket.io)

The following works fine on 0.7.0, but only runs the first test properly in 0.7.2: var server = require("../server"), assert = require("assert") exports.test_root = function(done) { assert.response(server, { url: '/'...

it would be nice to mix and match serial and non serial tests - especially to not have to run them differently. i wonder whether the function's length could be...

Hiya thanks for looking into the server serial pronblem, but I'm still having a problem with assert.response. I'm getting : uncaught: Error: ECONNREFUSED, Connection refused at Client._onConnect (net.js:576:18) at IOWatcher.onWritable...

Hi I've got a child process that I'm trying to test through expresso. The trouble is - even though I'm sending a SIGTERM through .kill(), it seems to cause expresso...

I get this error - it seems to be from a RangeError : fix is on line 697: stack = (err.stack || "").replace(err.name, ''),

A slider would be very nice, perhaps along the lines of : http://refreshless.com/nouislider/

first off, neat project. If a project had a large of Javascript that was exposed to the client side (e.g. several modules), would it make sense to have these as...