Evgeny
Evgeny
To pipe them in
A lot of noise when minifying browserified bundle (more than half are from dependencies though): ``` WARN: Dropping unused function forEach [dist/regenerator.bundle.js:2833,9] WARN: Side effects in initialization of unused variable...
Are they supposed to work at all? Or it is not finished yet? I was looking for something to integrate doT in express and this looked like a solution, but...
Same comments as to #3
That makes it difficult to merge coverage reports from different sources. I am using instrument task on source files that are later combined into a bundle with browserify. At the...
This innocently looking assignment: ``` const FAIL = Promise.reject(); ``` causes UnhandledPromiseRejectionWarning if FAIL is not used...
See https://npm-stat.com/charts.html?package=ajv or https://npm-stat.com/charts.html?package=ajv&from=2017-04-01&to=2017-04-16 Particularly on the second one you can see that the date one the axis is correct and in the tooltip (when you mouse-over the dot on...
@pvorb The idea is to show the leaderboard on the homepage without entering any packages. Could be top 10 packages in the last week, month, year. It could be updated...
Modifiers do not allow pattern matching - it makes code more complex than it could have been. The change could be backwards compatible by defining and exporting pattern synonyms for...
Thanks a lot! I've almost surrendered to waiting for GHC 9 and WinIO when I stumbled on your package. An equivalent of getLine was [easy to implement](https://stackoverflow.com/a/66958732/1816503), but it seems...