Linus Gubenis
Linus Gubenis
i guess with these it might be possible: ``` coffee console.log process.getuid() # user id (0 for root) console.log process.getgid() # group id (0 for root) ```
Hi @AgentME, did you yet came to write a little more about how to update already instantiated instances? I'm referring to your comment: "Or maybe you want to update already...
i have the same issue
you are right, the idea was per item though, not per value, so would that work? i want to save a new .. lets say.. log entry, but i want...
hi @jeffijoe what is the expected behavior? that if the e.target.action is the same as the documents url and its edge, preventDefault()? or would that be too open?
ok, but we wont change the action, the only thing I see which we can do would be to check if the action === url and then not return but...
PAYMENTREQUEST_0_CURRENCYCODE (USD, MXN, etc.) https://developer.paypal.com/docs/classic/express-checkout/gs_expresscheckout/
you can pass those as options to .authenticate(), like this .authenticate({ PAYMENTREQUEST_0_CURRENCYCODE: 'USD' }) there is a merge happening, thats happening here: https://github.com/jaybryant/paypal-recurring/blob/master/lib/Paypal.coffee#L91 afaik