Keke Arif
Keke Arif
Hey, loving the video player view so far however I seem to have an issue getting callback from `func playerVideo(player: PlayerView, currentTime: Double)`. I have the delegate set and `func...
Hey, I'm tying to add my own custom font. However I am having issues using the included script to generate a plist. How do you generate the plist? I tried...
Hey, I need to add the `rightharpoonup` command. I am modifying `MTMathAtomFactory` like so: ``` + (NSDictionary*) accents { static NSDictionary* accents = nil; if (!accents) { accents = @{...
Hey I am using the command \stackrel {\frown} {AD} to show the arc / frown symbol over letters. As seen in the image below:  and \ rightharpoonup  Any advice on this...
Is there a way to use Chinese font in iosMath? currently if I try to include Chinese characters in an equation it just skips them and doesn't display anything.
I am trying to set my target to only support `iPhone` (iOS). Here is my simple setup: ``` name: xcodegen-demo options: bundleIdPrefix: keke deploymentTarget: iOS: 16.2 targets: xcodegen-demo: type: application...
When running `tca-diagram` I will encounter some warnings: ``` Parsing... (130/132) Parsing... (131/132) Parsing... (132/132) warning: Unknown feature: GeneratingFeature warning: Unknown feature: MenuFeature warning: Unknown feature: OnboardingFeature ``` The resulting...
### What happened? This bug has been around for some time now. Using Firebase as an external package with tuist creates a huge number of warnings in Xcode. e.g. using:...