Dr. Juan Miguel Cejuela

Results 43 comments of Dr. Juan Miguel Cejuela

Thanks @kingIZZZY -- if I have time I will consolidate the build instructions.

Thank you. Unable to look at this issue right now. Will come back at it later. Thank you for posting! On Tue 19. Feb 2019 at 14:32, Ignacio colautti wrote:...

Yes please 🙏 I miss my awesomely-formatted emails in Mojave Safari How can I help with the task?

For completeness, [`--atimes` will be supported on macOS in 3.2.4 version](https://github.com/WayneD/rsync/blob/master/NEWS.md#news-for-rsync-324-unreleased). > Added support for [--atimes](https://github.com/WayneD/rsync/blob/master/rsync.1#opt) on macOS and fixed a bug where it wouldn't work without [--times](https://github.com/WayneD/rsync/blob/master/rsync.1#opt).

Thank you @crookedneighbor for looking into this. In that case, this documentation is wrong: https://developer.paypal.com/braintree/docs/reference/request/transaction/sale#device_data (The highlighting is mine). > **This value will contain a Device Session ID as the...

Finally, [Kount Custom](https://developer.paypal.com/braintree/articles/guides/fraud-tools/premium/kount-custom) appears to be deprecated. Are you saying that, at least for new accounts without the old Kount custom integration, we should only expect `correlation_id` in `deviceData` ?...

@carstenuhlig @abojchevski could you please give some clarification on this? I don't think it's used and so we just can delete this

Is this for real? How is in python creating a tuple faster than appending a string ?? :confused: :question: No doubt you, I'm just really surprised...

With this modified script and in my poor awesome rMBP 2015 I get these numbers (only 1.5 faster for me): ``` shell strings 9.162139892578125 tuples 6.199376106262207 ``` ``` python import...