Ricardo Ruiz Lopez
Ricardo Ruiz Lopez
Is there a version in the Google Play Store? Otherwise, it should be a great idea to test your library in a fast way. Thanks.
Hello, It seems the server crashes when nmap is used when scanning the ports. 
Is it possible to have a pod of this lib? Thanks a lot.
Converted tests to XCTest format. Changed project structure/settings in order to run the new tests using XCTests. The only thing that matters is the DataCalculationsTests.m file (with s). I had...
Hello! Is there any way to track the progress? Because I have a few megabytes json file, so it's going to take time and I want do draw a progress...
Hello, This works: ``` let sqlTest = ` SELECT * FROM User u WHERE state = 'LIVE' AND NOT EXISTS(SELECT 1 FROM UserBlock ub1 WHERE ub1.blockedUserId = u.userId AND ub1.blockerUserId...
Hello, First of all, thanks for this library. It is so annoying having to use AWS SDK for this... Anyway, I detected what I think is a bug. My project...
Hello, After reading this code: https://github.com/yichengchen/RabbitVpnDemo/blob/master/PacketTunnel/PacketTunnelProvider.swift#L249 I wonder what's the reason of that. I mean, shouldn't we call cancelTunnel before calling again startTunnel? Is that the normal way to recover...
**Describe the bug** bottomMenuItemSelectedTextColour and bottomMenuItemUnSelectedTextColour are completely ignored by the app. It does not matter what color we use. I also see that in the source code they only...
Hello, Is there support for "Billing Grace Period" (auto renewal subscriptions) or is this something I have to manage exclusively in my server when verifying the receipt and using the...