Brian Baumhover

Results 12 comments of Brian Baumhover

Thanks for your reply and feedback! I unfortunately am also pretty busy at the moment so I won't be able to look at this either for the time being. For...

Perfect, thanks for making that more readable.

I've proposed a 3.6 release before features slated for 3.6 are done, so perhaps this belongs in 3.8.

Thanks for reporting the issue, @hallee! I'm trying to repro the issue and I'm not having much luck, maybe you can help me. If I try to initialize the shared...

#173 has been completed, so this should be good to go in. Does seem like it is a breaking change, so maybe should be slated for major release.

runAsyncQuery:block: should be renamed runAsyncQuery:completion: or something better. Same goes for runAsyncMultiAnalysisWithQueries:block:.

Should evaluate how shared client initialization is done and look for ways to improve it. Configuration and fetching of the shared client object should be separate things. Perhaps the client...

This documentation is wrong in KeenClient.h, sharedClient: ``` @return A managed instance of KeenClient, or nil if you haven't called [KeenClient sharedClientWithProjectID:andWriteKey:andReadKey:]. ``` If ID's and keys haven't been provided,...

As mentioned in #226, would be nice to have overloads of KeenClient int that don't require nil passed in for optional parameters. Obj-C doesn't make this very fun, though maybe...

Seems that the closeDB has been called before the dispatch worker thread processes the deleteEvent enqueued block has been executed, meaning the delete statement has been finalized, and would cause...