Mat Ryer
Mat Ryer
Klingons might find the tests offensive.
Right now, repo and path are two arguments: ``` gimme github.com/matryer/http decode ``` Where `decode` is a folder inside the `http` repo. It would be awesome if we could figure...
I'd like to be able to set a function option that lets me modify each value as it's coming in, or going out: ``` $("form").formaize({ toData: function(value, options){ return parseInt(value)+1;...
Once I have the data object, I'd like to be able to change it, and push it back to the form. Maybe this interface: ``` // get the data dataObj...
I would like to be able to get data from a range of elements, decided by the selector on the active jQuery object. Some examples: ``` var name = $("ul...
to avoid https://github.com/matryer/xbar/issues/757
Need to sort out code signing once and for all. We'll prioritise this, as we think it will fix lots of other things.
> ...However, it seems if the script produces no output it wipes out the menu portion which defeats my purpose. If you could somehow build a fix such that if...