Maxim Borodin

Results 3 issues of Maxim Borodin

I expect the queue to refill automatically as it becomes free. ```js const queue = new Queue({ concurrent: 3, start: true, interval: 0 }); queue.on("resolve", n => { console.log(n); });...

``` js cssmin: { options: { sourceMap: true, srcRoot: '../../' //add }, target: { files: { 'build/css/main.min.css': 'src/css/*.css' } } }, ``` `sourceRoot`: Optional. The URL root from which all...

Automatic screen locking interrupts loading, at least on Android. Could using the Screen Wake Lock API help prevent the loading interruption?

enhancement