Simon B. Støvring
Simon B. Støvring
The project has not been abandoned. It is my intention to fix this but I just haven't had the time yet. If anyone comes up with a solution, I will...
@psppro26 Ah, right. You'll need to [follow Googles guide on obtaining a YouTube API key](https://developers.google.com/youtube/v3/getting-started) and set it as the value for SBSYouTubeAPIKey in the Info.plist.
@soh20 You need to use the [feature/karaoke branch](https://github.com/simonbs/SBSAnimoji/tree/feature/karaoke).
@soh20 Sounds like you didn't install [Carthage](https://github.com/Carthage/Carthage).
@SummerSu Yes. Only iPhone X has Apples AvatarKit.
@gyrene2083 I haven't run the project on iOS 11.3 yet but it shouldn't be necessary to change aything in order for the project to run on iOS 11.3. Furthermore the...
I have the same setup and get the exact same thing. Did you manage to find a solution to this, @yizhao?
@zachgibson This sounds like a good idea. Would it make sense to have the minimum width specified in terms of a minimum amount of characters that the gutter should accompany...
@Kaelzs I'm hesitant to expose Tree-sitter through Runestone because by not doing so, we are free to implement new means of parsing the code without modifications to the public API....
Your suggestion makes sense. I'm still a bit hesitant to implement this since it seems quite closely tied to the usage of Tree-sitter. However, I see how this can be...