Nicolas Kick

Results 40 comments of Nicolas Kick

Thanks for answering! Well, I don't have any particular expectations, but one idea might be: since only two labels can be placed at the exact same y-position, they could be...

Also it would be nice if long labels wouldn't simply be cut off at the edges of the canvas, but instead they would be pushed inwards until they are entirely...

Is this even feasible? One has to agree to the Apple Wallet Marketing Agreement when downloading the badges from [here](https://developer.apple.com/wallet/).

Thanks, I will have a look at issue #200. (But this issue is about Objective-C, just in case there was a misunderstanding.)

Yeah, sorry for the confusion. What I meant is that before upgrading it used to work: I was able to use the Objective-C symbols inside the Swift project. Now I...

So does nobody know what to do with that `Copy Files` phase that is still mentioned in the readme?

Thank you for your efforts, it would be great to be able to simply include this as a Swift module. I added the package via Swift Packages tab in Xcode,...

There's not much more: ``` ~/myProject/Markdown.swift:12:8: error: no such module 'MultiMarkdownSPM' import MultiMarkdownSPM ^ ``` And yes, I'm using version 6.6.0.

I think it was an Xcode problem, sorry for the trouble. After closing the project and trying again, it worked. It also compiled successfully when trying the same steps on...

Well, #199 is solved for me now, but it may still be relevant for someone who wants to use the framework in an Objective-C project. Is there something I could...