Skip to content

Instantly share code, notes, and snippets.

View JamesChristie's full-sized avatar

James Christie JamesChristie

  • Fayetteville, AR
View GitHub Profile
### Keybase proof
I hereby claim:
* I am jameschristie on github.
* I am jchristie8l (https://keybase.io/jchristie8l) on keybase.
* I have a public key ASD3q0XOje586meW3V_Iid0HAKQr-mrS13xrqCsVtqpACgo
To claim this, I am signing this object:

Ingredients:

  • A box of penne pasta
  • Onions
  • Mushrooms
  • Garlic, as much as you want
  • Grilling cheese (anything high in protien versus fat)
  • Your favorite masala or makhani sauce or just get a pre-packaged one

Instructions:

@JamesChristie
JamesChristie / gist:5592806
Created May 16, 2013 15:56
Failure output of `./jspec --doc` against master
james@james-G75VW:~/src/acumenbrands/rest_suite$ ./jspec --doc
Generating documentation...
js: "./lib/search.js", line 373: missing ; before statement
js: var searchPostHandler(request) {
js: .....................^
js: "./lib/search.js", line 374: syntax error
js: searcher = new Searcher(request['record_type'], request['batch_size'], request['lower_bound'],
js: ............^
js: "./lib/search.js", line 375: missing ; before statement
js: request['search_filters'], request['search_columns']);