Alex Pilon

Results 6 comments of Alex Pilon

This UI also possibly paves a way towards such a UI in which we have "Select All" as well as be able to select multiple option within one "open menu"...

I did not find that `--dry-run` shows any SQL that will be run - it only says what actions it is going to take. Is there something I'm missing about...

You can try mine if you don't have a solution yet, I just built this and have tested in production - I only have english language support at the present:...

There are also issues with semi colons inside regular expressions.. i.e. var img_data = req.body.data.match(/^data:image\/png;base64,(.+)/); had to become var img_data = req.body.data.match('^data:image\/png;base64,(.+)'); to compile and I haven't yet worked around...

Hacked my way around the immediate problem https://gist.github.com/1270453 which was not being able to do obj.default();

Is node_mailer going to be updated to work with the newer version?