Siddharth Kshetrapal

Results 92 issues of Siddharth Kshetrapal

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=chokidar&from_version=2.0.0&to_version=3.0.0&pr_id=521e60ff-33dc-430b-9148-df3958c1c2ce&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Reduce the number of files parsed in each cycle. Read all the files only delete event. Chain events?

enhancement
up-for-grabs

Ref: https://twitter.com/siddharthkp/status/790238403702894592

feature
up-for-grabs

Hi 👋 I built bundlesize in June 2017 to solve a problem I had at the time. Since then, it has become pretty popular. Here's are some crazy numbers: -...

Context: We have [$10k of funding from the Chrome Performance Fund](https://github.com/siddharthkp/bundlesize/issues/306#issuecomment-505201605) to support bundlesize's 1.0.0 roadmap After talking to a few folks who have more experience running a funded open...

This changes one test to test if bundlesize accepts config which looks like `--config ../foo.config.js` Modified test 5 ```diff - bundlesize --config config/bundlesize.json') + bundlesize --config ../5/config/bundlesize.json') ```

This will let us show detailed comments instead of just a line! https://developer.github.com/changes/2018-05-07-new-checks-api-public-beta/

enhancement
help wanted

Right now, bundlesize requires a manual configuration with copy-pasting access tokens, which - Prevents some folks from using it (Don't know how to, Don't have access, admins don't allow, etc.)...

from @Haroenv: thing which would make it a lot nicer too is if the comparison would be to the base branch on GitHub (instead of always master), since that way...

feature request