AnthoPak

Results 34 comments of AnthoPak

Oh ok so you mean the issue is the animation? I guess the animation became too glitchy starting from Monterey (or maybe even before). Personally I'm now using FastFinder with...

I'm also facing this crash, with same log as @uyloal shared. I've faced it like 5 times, and as of now I'm never able to complete a full install. I...

@chatdanai Thanks !!! Suddenly KLC didn't showed up anymore, whereas it has been working for months very well. The only thing I've done is adding Firebase and Google frameworks, weird......

For anybody facing this, here's the solutions (choose the one you prefer): - Untick "Automatically manage singing" for `FontAwesome.swift-FontAwesome.swift` target - Set your own development team for `FontAwesome.swift-FontAwesome.swift` target -...

Hi @b-yng :) In fact, yesterday I've made another attempt and it worked ! But today, when I've made another try it didn't... I think it could be because I...

Hi, I have the same requirement. Did you try to implement it yourself or find any clue to implement this command ? Thanks in advance :)

Simply add `pod 'TTOpenInAppActivity' , '1.0'` to YOUR Podfile, alongside with M13PDFKit, and it will work. Like this : ``` pod 'M13PDFKit' pod 'TTOpenInAppActivity' , '1.0' ``` (tried the solution...

Simply add `pod 'TTOpenInAppActivity' , '1.0'` to YOUR Podfile, alongside with M13PDFKit, and it will work. Like this : ``` pod 'M13PDFKit' pod 'TTOpenInAppActivity' , '1.0' ```

Are you referring to the left sidebar? No, I probably won't work on this. Feel free to make a PR if you want.

I was searching for this feature too, and found [this pull request](https://github.com/jmascia/KLCPopup/pull/29), it works ! 👍