Kristopher Johnson

Results 11 comments of Kristopher Johnson

I added the `.gitattributes` file. Thanks!

Yeah, Apple's API is pretty awful. There may be a way I can customize the text displayed in the permissions request dialog, but there is no way to avoid it...

There is apparently no way to change the text, and workarounds like popping up your own alert first telling the user what to do can get your app rejected: https://stackoverflow.com/questions/41353736/is-it-possible-to-have-a-custom-dialog-message-when-asking-for-notification-perm...

Not a bad idea. I’ll consider it the next time I do some work on the app. Thanks for the feedback!

The PR in question has merge conflicts. I will merge it in if someone will resolve them. I don't really consider this project active, but I will accept contributions.

If somebody wants to create a podfile, I'll be glad to add it to the repository. But I have no interest in doing that myself.

I will merge this in if someone else will resolve the merge conflicts with the current version of master.

Sorry that I haven't taken any action on this myself, but I really don't want to debug the regular expressions I copied from MarkdownSharp. I'm hoping someone else will be...

You'll probably need to talk to whoever manages the Carthage package for Markingbird.

The text-encoding handling in Markingbird isn't very good right now. While translating the C#/.NET code over to Swift, in some places I use NSString, and other places I use Swift's...