skroll
skroll
Looking at this, it appears it's because the task is evaluating the contents of the build/ directory when gradle is executed, not when the task is executed. So if the...
Right, an allocation in the JVM just allocates from the heap. The JVM allocates part of the heap at the startup, so each call to `new` means that it's just...
Awhile ago I wrote a tiny library for this very sort of thing. I'll try porting the code to see how it works: https://github.com/skroll/libpsca It doesn't have to be a...
Never dead. Just send your pull requests and I'll check them
I think the purpose of this is to add support for lonely collections. I was looking for a solution to parse a naked array of JSON objects, and this does...
Yes, it is an alias for lonely collections support from Representable. I'm not 100% sure if this is something that should be included in Roar but it seems that Roar...
I was able to get it using daddyrubin's advice. If it doesn't generate the rune information, you gotta be a little bit quicker. It sucks, but it's the only way...
I have a feeling that SW is using the CFProxySupport API to check if a proxy is set. https://developer.apple.com/library/ios/documentation/CoreFoundation/Reference/CFProxySupport/index.html Since iOS provides a way to check, they're probably actively trying...
@lstern Just used another proxy, and it worked just fine. I was able to sniff out the requests/responses, which I fed through the decryption routine and was able to get...
@lstern No, I mean I used an entirely different proxy tool besides SWProxy.