Gregg Lind

Results 31 issues of Gregg Lind

### Goal Transpiled code should be covered, either in original or transpiled forms. (SO THAT things like react-jsx, es6 will work) ``` node ./node_modules/mocha/bin/mocha -r blanket --compilers js:mocha-traceur test/blanketed.js ```...

Thanks for this great tool (and the interesting implementation)! - (include jquery?) - would be nice to see a 'highlights' block - 'show only missed lines' - line numbering -...

@dmhacker how would you WANT THIS SKILL to work / be architected, if you could do anything? For me, YouTube has good search, huge availability to content, but the video...

enhancement

I expected this: ``` /** * ## 3. Something * * some part text */ ``` to markdown as a H2 followed by a P. the initial space seems to...

mechanism: 1. During `prepublish` 2. create `lib/jsonschema-commonjs.js` using `webpack` For users: `require("jsonschema/lib/jsonschema-commonjs.js")`

Try finding the 15 missing blocks here :) ``` Coverage for /Users/glind/gits/esprima/esprima.js : 99% 4859 lines | 4844 run | 15 missing | 1 partial | 785 blocks | 764...

Because `info.get('browser',{}).get('name', 'unkown') is gross in python :) This could be done as 1. module level 'config': 'complete=True' 2. An arg to `detect(full=true)` or `(verbose=True)` 3. Other / all of...

https://github.com/fastai/fastai/blob/c5b9aa050e1ed382b40a7f772a07d74453fdcacb/fastai/torch_core.py#L259 @jph00, previous fixes in #3719 repeated the logic. While there could we add a docstring for how to get a 'cpu only' build? `use=0`, or use='cpu') would be great...

bug

https://docs.fast.ai/quick_start.html hides the "imports" cell. This leads to an immediate and confusing set of errors when attempting to reproduce locally. Suggested fix: 1. remove the '#hide' in https://github.com/fastai/fastai/blob/master/nbs/quick_start.ipynb in cell...

(Gists can support multiple files. Maybe cycle through all args?)