Karolis Narkevicius

Results 40 issues of Karolis Narkevicius

Maybe I'm missing something, but how do I handle the top level command? ```js args .command('a', 'Import data', a) .command('b', 'Export data', b) ``` This will run a or b...

How can I avoid %s becoming undefined and %d becoming NaN in my strings. E.g. console.log(color("%superman%", "yellow")); is printed out as undefineduperman%

If you set maxAge to 30minutes and your timezone is +1 (e.g. London), this library creates already expired sessions. Creating a session and trying to read it back queries back...

We've experience a serious memory leak issue when using this package. This was only introduced in some version >=0.8, with ^0.7 it used to be fine. We haven't found the...

bug

Hi! Trying to understand if it's intentional that the formatter.log gets called twice: https://github.com/pinojs/pino/blob/faf7cb85fe645cfec08a12b46ea0dc21c0f77f11/lib/proto.js#L160-L171 * first time via line 160 * second time via line 171 I'm mutating the object...

Hi, I'm trying to execute capistrano from node and capture the output in a streaming fashion, but for some reason it's not getting streamed - instead the entire output gets...

new feature

Noticed this issue happen in a real app scenario. Sometimes, dispatching `flushEffectsSymbol` causes `entitiesToStop` to be cleared out from the state, without the cleanup ever happening. This was puzzling me...

It starts with no / so is not relative to the base and instead incorrectly loads relative to the current url.

bug

By default, jetpack produces separate modern and legacy entry points, index.html and index.legacy.html. Since those files contain the runtime and embed entry points, it's not clear how one would go...