Fletcher T. Penney

Results 147 comments of Fletcher T. Penney

This seems to still exist as of 3.9.1. I noticed occasional difficulty with sync on an iOS app. Certain files would seem to fail to download under various circumstances. I...

The bridging code between the test app and the Dropbox SDK is proprietary so I can’t share that at this time. I can see if I can strip it down...

This seems to replicate it. Create a new Xcode macOS Cocoa App project with the following `AppDelegate.m`. Replace the dropbox app key with your key. Run the program in Xcode...

This is a stripped down version of the original code that does not include all of the original debugging I tried to use to narrow down the issue. You can,...

Yeah -- I was intrigued that the test failed so consistently and then worked after rebooting Mac and my network. Also, in case it isn't obvious. When the test failed,...

I have not worked on Swift support in years, and every time Swift changes something breaks. @slsrepo has been more active with Swift.

If there is an issue with `Bridging-Header.h` then this is a Swift issue, not Objective-C, since that file is only used with Swift projects, correct? `Bridging-Header.h` isn't even included in...

> Does the current MMD code offer syntax that allows the user to specify a different value for the short caption field than from the label field or to forego...

I'll consider it, but I'm inclined to call the old way deprecated and be done with it.... In this case, all one needs to do in order to upgrade is...

Compatibility mode is only for O.G Markdown, that's right... That's partially why I release new major numbered versions as separate projects (separate github repo's, etc.) Not everyone likes change. I...