Todd Mathison
Todd Mathison
Please help prevent duplicate requests before submitting a new one: * [ ] I've searched other open/closed issues for duplicates before opening up this new issue. # Feature Request ##...
I'm not sure if this right place to post this issue, but... when I use this sample: https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Getting%20started/iOS/ - I get an error when I run pod install [!] Couldn't...
Crash in CDFont+CDMarkdownKit.swift, line 57. Unexpectedly found nil when unwrapping optional value.
* [x ] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/chrisdhaan/CDMarkdownKit/blob/master/CONTRIBUTING.md). ## What did you do? ``` if let m = chat.message , let font =...
When building the project to an iPhone or Simulator, I get this error: Dependencies could not be resolved because no versions of 'swift-nio-zlib-support' match the requirement 1.0.0..
Parsing new lines inside 3 ticks ( ``` ) is returning with a weird format. It'll show a tick at the beginning and the end, and the content will format...
If I try to parse: `"``Why did the scarecrow win an award? Because he was outstanding in his field.``"` The resulted string value is "뻊" If I add a space...