Mark Andrachek

Results 19 comments of Mark Andrachek

Ugh. So with cbd.setBeingUsed(true), it looks like on some devices, I wind up with out of memory errors. :(

I have this setup so that if the user denies contacts permission, I don't set an adapter, and if no adapter is present, then space is a separator, because the...

This is a great library, and I'm appreciative... the code for the demo application is great. But it's not even commented. I don't really know what ClusterSettings does, or how...

> @commonsguy internally it’s pluggable via [FileSystem.java](https://github.com/square/okhttp/blob/master/okhttp/src/main/java/okhttp3/internal/io/FileSystem.java). But that might not work as we go towards fancier things like [Relay](https://github.com/square/okhttp/blob/master/okhttp/src/main/java/okhttp3/internal/cache2/Relay.java) which will read and write simultaneously. @swankjesse So... I'm able...

@swankjesse Sorry, I edited my post about the same time as you replied - it actually does work. I wasn't calling response.close(), combine that with an android keystore incompatibility/bug in...

@swankjesse There's all sorts of factors at play with encryption that might make a one-size fits all approach not work so well - for example I'm using AES/GCM/NoPadding, generating my...

Yeah, I tried all of the ones in https://github.com/cflint/CFLint/tree/master/src/main/resources/findbugs I know had a similar issue previously when working with spotbugs (which is the replacement for findbugs) - I think it...

I get this error if I use plain.xsl or default.xsl and writeHTML or writeFindBugsXml ``` Error evaluating ((attr{sequence=...}, ...)) on line 13 column 42 SEPM0009: Values of 'standalone' and 'omit-xml-declaration'...

Would it be possible to check to see if that commit on the source branch has been marked as a build success in stash, and if so, skip requesting the...

Turning of any my development, staging, and master branches really isn't an option. This plugin just really doesn't behave in a sane fashion, from what I can see. To go...