Paweł Kowalski

Results 75 comments of Paweł Kowalski

Same here @ `21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64`

This is how i handle summary report (its on jenkins, thats why im saving it a file, jenkins cats it to a slack message later): ```js end: function() { console.log('');...

I dont know if you guys noticed, but last code changing commit here was around 4 years ago, so my advice would be to improvise instead of waiting ;-)

Yeah, `3.41` vs `3.29` here. Improvement on a statistical error level.

Thank you for your kind words. TLDR: Ill take a look how to do so it wont collide with performance oriented nature of this template. Long story: I've been thinking...

Looks like there are even better numbers to gain: https://github.com/terkelg/tiny-glob

After some more time and looking around, it looks like it is very popular topic to optimize, those caught my eye especially: https://www.npmjs.com/package/micromatch https://www.npmjs.com/package/nanomatch My use case is very glob-intentive...

I tested `fast-glob` - it looks like there are differences, meaning, nested bash brackets are not supported. This is not working compared to glob: `modules/**/{private,public}/**/*.liquid` - if i remove `{private,public}`...

I will try to prepare test case to be sure, maybe i did something wrong (i tested in my app). API looks the same, having the same feature set while...

platformOS - https://www.platformos.com/ We use it both internally to make it (MUCH) easier for developers to use direct s3 upload (presign) and in projects for clients to make the user...