Evan D. Schoenberg, M.D.
Evan D. Schoenberg, M.D.
The security issues from CocoaLumberjack are mostly already in HEAD of CocoaLumberjack; the part not already in HEAD I've submitted separately as a pull request on CocoaLumberjack
Just calling cleanup isn't right... the change in [fba22ea] leads to empty space visible when the extensionView is set to nil without scrolling
Just a note that this remains an issue. I recently moved to using your newly refactored version (1.1.0) to get the corrections for a couple bugs and verified it remains....
I revisited this a month or so ago and it remained nonworking.
@stephanheilner: Please see [300d0fe] and let me know if you have any further suggestions. I think we've got a much cleaner podspec now as a result of these efforts.
Finally, we'll need to bump the podfile version number and have a corresponding git tag, once this is approved.
I'm having difficulty with custom tokenizers working in SQLCipher+FTS. Please don't commit yet -- investigating.
OK, I figured out the problem but don't have an immediate solution. @stephanheilner would love your input. - SQLCipher needs to be compiled with -DDSQLITE_ENABLE_FTS3_TOKENIZER for custom tokenizers to work....
I concluded it probably needs to be fixed at the level of SQLCipher if it is to be properly done and couldn't find anywhere to do that. I've just added...
Several possibilities, but one thought: You're not specifying a full path; try `[[NSBundle mainBundle] pathForResource:@"test" ofType:@"zip"]` if this file is in your bundle, or the full path if you've downloaded...