Siddharth Kshetrapal

Results 93 issues of Siddharth Kshetrapal

@pasupuletics Can you help document the code I want to extend parts of it, but I don't really understand most of it

help wanted

Inspiration:

enhancement

With callback support for advanced things.

question

`pullRequest`, `commit_id` can come from request payload, `filename` and `position` can come from sniffer. ``` javascript function comment(pullRequest, commit_id, filename, position) { robocop.helpers.comment('review', { pullRequest: pullRequest, body: 'Not on my...

enhancement

The themes insert global styles but it isn't documented yet

docs

Re-implemented the Stack one more time based on the working draft spec. Wrote down my notes here - http://sid.st/unpolished/flex-gap-polyfill update: ugh white space and line height will create a bunch...

Authoring styles on a scale removes the need to think in units, but we should recommend folks to define their themes with rems instead of px (including the default themes)...

enhancement

We can optimise the production build if we skip development features like proptypes and warnings Similar to [react-router-dom](https://github.com/ReactTraining/react-router/blob/master/packages/react-router-dom/index.js)

enhancement

Hey, landed here from (this comment on the npm repo)[https://github.com/npm/npm/issues/10361#issuecomment-247862042] When I run `kit deps` in my repo, i only get size of modules in my `package.json`, not the modules...

bug
help wanted