Mat Ryer

Results 44 issues of Mat Ryer

Does having all logs read aloud present security concern?

question

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...

enhancement
help wanted

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;...

Undecided

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...

enhancement

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...

Undecided

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...

? question