Oleg Nechaev

Results 42 comments of Oleg Nechaev

Hi! I successfully replaced Redis for RPC purpose, it's in production since 2019, works quite stable. ijson is not designed for PUB/SUB initially (though it can do it), so redis/rabbit...

It's not a filter, it's way to bind an item of array and DOM element, I will make an article about it. It works the same way in angularjs, so...

it's ok, when amd/commonjs is available, then alight works via "require" instead of put it to window

why? you can do: window.alight = require('alight')

some developers use requirejs for client libraries, and window shouldn't be spoiled. method "require" is available for you? is ok if you will use function "alightInitCallback" to receive alight?

> I've tried alightInitCallback but with no success. I increased priority for "alightInitCallback", now it will test before define/require. > But I think It should be solved I will add...

it checks if define is exist: https://github.com/lega911/angular-light/blob/master/src/js/postfix.js#L10

what do you propose? if(this != window) window.alight = alight; or if(typeof(global) !== 'undefined') window.alight = ... > Code duplication found yes, thank you, I had fixed it

Hi! There is a few use cases which ijson accumulates (holds) transferred data: 1) if worker in mode "type=get", so ijson holds data up to worker fetches it (cleaned by...

"Axe" missing