Prateek Bhatt

Results 4 issues of Prateek Bhatt

In the documentation for implementing a Simple table (http://zizzamia.com/ng-tasty/directive/table), there is a key-name mismatch in the example's 'Javascript' code: In the `header` object, the key is `sf-Location` where as in...

documentation

How to use express.js middleware in express.io? express.js middleware are functions with an arity of 3 `(req, res, next)`: ``` js app.use(function (req, res, next) { // ...... }) ```...

I am trying to setup ac-cider and have added the following to `init.el` : ``` (require 'ac-cider) (add-hook 'cider-mode-hook 'ac-flyspell-workaround) (add-hook 'cider-mode-hook 'ac-cider-setup) (add-hook 'cider-repl-mode-hook 'ac-cider-setup) (eval-after-load "auto-complete" '(progn (add-to-list...