Gregg Lind

Results 26 comments of Gregg Lind

(working on a custom loader, based on the coffee script one at: https://gist.github.com/a6e636742a04274a9bf1 )

Confirm Goal: Is the Goal to keep these counts current and correct? Solutions: Are you thinking automated process would help, or is manual better? For automation, A/ (github history) to...

Another place this comes up, fwiw: https://github.com/ask/celery/issues/437 . Having an `ipdb.Pdb()` would make experiments there easy.

Maybe replacing this: https://github.com/bendytree/explainjs/blob/master/index.js#L28 with a `[ * ?]` is better?

One possible path: http://nedbatchelder.com/code/coverage/excluding.html#excluding "pragma: no cover" (inside / near / before ) the block or statement?

Improved solution: `pipenv --rm` Would be nice if code caught this error and suggested that command as an option.

Maybe the source: https://github.com/pypa/pipenv/blob/114eb8f80a63e519fe9d12ac9e7cb60444cf47c0/pipenv/core.py#L251-L258

(Btw, what is this error actually about? Old versions of Ruby? Missing config? Suggested solution?)

``` Failed example: JSONSelect._lex("."); Expected: [1, "."] Got: (nothing) Failed example: JSONSelect._lex('\"not terminated'); Expected: Error: unclosed json string Got: Error: unclosed json string in '"not terminated' Failed example: JSONSelect._lex('"invalid escape:...