Kirill Groshkov

Results 77 comments of Kirill Groshkov

I solved it by forking this project and applying the provided PR. `npm install gulp-webserver-fast`

I don't understand how "negated async" vs "non-negated async" causes more "thrashing"? In case of "negated async" for smth that is not-null it'll change from "shown" to "hidden". For "non-negated...

@dgp1130 , ok, I think I start to agree with your reasoning, thanks for elaborating! What is the recommended alternative to "negated async pipe" then?

Same here, I want to copy everything from `./src` except `./src/**/*.test.ts` and except `./src/test/**/*`. How do I do that?..

Nothing that I tried worked, so I actually found and switched to https://github.com/sindresorhus/cpy, since it allows to pass more than one glob. `cpx` served me well for couple of years

Hello @antonmarin, Thanks for the interest in my project! I'll consider this feature request, but no immediate plans or promises to implement it.

Makes sense, will do.

Just a follow up that I still intend to implement this functionality. Was busy keeping up with increased load (more than 100 users currently and more than 20000 repos scanned...