Ankur Oberoi

Results 141 comments of Ankur Oberoi

some hints for this added in #47

the process has been documented in `.github/maintainers_guide.md`. the remaining task is automation.

let's not record `Content-Length`. i just wasted a day of development trying to redact a sensitive string from a body, and then realized my server was completely dropping the request...

if we were to do this, and we wanted steno to be available as a library (not just an executable in `bin`), then many `@types/*` entries inside the `package.json` key...

@Zertz this looks really cool, thanks for sharing 😄

you raise a really great point. the current design does not account for parallel tests, and that's a shame since it would be a great performance win. let's brainstorm some...

is this when running `npm install`?

@awentzonline thanks for the contribution! two things: 1. we'll need you to sign the CLA before we can merge this. 2. travis is complaining about `core.py:7:1: F401 'json' imported but...

looking at this a little more carefully i'm trying to destruct the regex for source.js.embedded.jade. the following definition in the property for 'end' looks problematic: ``` ^((?=(\1)([\w#\.]|$\n?))|^$\n?) ``` the capturing...

i think this issue can be closed, it doesnt seem to be an issue anymore