Max Vyaznikov

Results 4 comments of Max Vyaznikov

But what about all other 3rd-party tags? - From https://pythonhosted.org/django-templateaddons/template_tags/assign.html for example.

Much more simple example: ``` javascript var deasync = require('deasync'); function async(cb) { console.log('1'); setTimeout(function() { console.log('2'); cb(null, 'value'); console.log('3'); }, 0); } console.log('A', deasync(async)()); setTimeout(function() { console.log('B', deasync(async)()); },...

Thank you, @andris9! It's great!

INFO: With mongojs >= 0.12.0 (Windows 7). tests are fault with: ``` Error: RangeError: attempt to write beyond buffer bounds ``` Please use [email protected]