Ainthe Kitchen

Results 30 comments of Ainthe Kitchen

We are using (trying to) use grasp to write code review and analytic (sort of) tools: We are programming using dojo, but same principles can be applied to any other...

// another sample, dynamic node require calls (requiring something other than static string) grasp "call[callee=#require].args:not([value=type(String)])" ./proxy.js

See github.com/gratex/grasp-samples for more usecases

sorry I need to compine this with more expressions that cannot be done in e query hence the question

Please how do I access Log (the log panel) from my custom extension script ? Looking at locationBuilder.js function LocatorBuilders(window) { this.window = window; //this.log = new Log("LocatorBuilders"); } however...

OSX, pip --version pip 1.5.4 from /Library/Python/2.7/site-packages (python 2.7)

var slug = require('slug-component'); and without any options to configure it. Please provide option to change this logic. look at Haxo for inspiration they produce nice links from ž becomes...

This could help, I will try to implement PR, and allow user to change slug implementation by options: one of candidates is: npm install transliteration node -e "console.log(require('transliteration').slugify('žaba, ťava'));"