Thorsten Lorenz

Results 20 issues of Thorsten Lorenz

I ran into this while writing a browser side Writable Stream. The problem is basically that `Buffer.isBuffer(buf)` returns `false` although it is one. This is due to `buf instanceof Buffer`...

The file compiles fine with the main coffee-script compiler, however fails to compile with coffee-script-redux. ## Code Part of my WegGLCraft fork inside [this file](https://github.com/thlorenz/WebGLCraft/blob/59944e10f25f89d68e5335b732258c286b6ea119/public/minecraft.coffee#L242) ## Error: ``` node_modules/coffee-script-redux/lib/coffee-script/module.js:74 throw...

Does blessed have an auto position feature already, i.e. I'd give it ``` { top: 'auto', left: 'auto', shrink: 'flex' } ``` for multiple items within a screen and it...

End result would be something like: ``` javascript if (typeof define === 'function' && define.amd) { define(function() { return X; }); } else { exports.X = X; } ``` Not...

I would love to pull in a patch that would add the global feature for version `v2` of browserify-shim. IMHO that would be a better solution than have to use...

I would like to specify `global-transform` not only on the command line, but also inside the `package.json` of the root project that I'm browserifying. This way browserify will pick them...

Hey, looked through the code and I like how you can quickly visualize a graph in ascii and have it created for you. So please publish [this](https://github.com/anvaka/ngraph.path/blob/master/test/utils/graphFromAscii.js) as a module...

Hey, I just saw this, nice crate!. I did something similar a while ago. [crisscross](https://github.com/thlorenz/crisscross) was never published as a crate, but I used it in one of my games...

Here is what I'm seeing when I try to load the python addon immediately: ``` ➝ lldb ../../node_g simple.js Current executable set to '../../node_g' (x86_64). (lldb) command script import ./lldb-v8/v8.py...