Arnaud Sellenet

Results 4 comments of Arnaud Sellenet

Hi, sshing without specifying a username takes as default username your current, local account. So if you're logged in on your local computer as sushicodeur, it's the same as ssh...

Fine, you still can submit a PR with this, this makes sense . FYI I'm not using wp-deploy-flow anymore (I'm not using wp anymore), so this project is kind of...

How a bout these icons ? !(no wifi no power)[https://github.com/Taucw/devfriendlyplaces/blob/bytype_markers/images/marker-icon-0.png] !(wifi no power)[https://github.com/Taucw/devfriendlyplaces/blob/bytype_markers/images/marker-icon-1.png] !(no wifi power)[https://github.com/Taucw/devfriendlyplaces/blob/bytype_markers/images/marker-icon-2.png] !(wifi power)[https://github.com/Taucw/devfriendlyplaces/blob/bytype_markers/images/marker-icon-3.png]

Hey @andypike ! Thanks for this PR! Any plan to merge it? I think presenter needs also kwarg support: ```rb def method_missing(method_name, *args, **kargs, &block) if view_context.respond_to?(method_name) view_context.public_send(method_name, *args, **kargs,...