Deden Ramadhan

Results 8 comments of Deden Ramadhan

tried https://github.com/anthonygelibert/QLColorCode/issues/88#issuecomment-927783435 this helped me

Sorry for replying on old thread. I have similar issue, and I think the `videoGravity` can't work properly because this line in BMPlayerLayerView in layoutSubviews will override the instance `videoGravity`:...

here's my `.toml` config: ``` [update] tasks = ["code", "transform", "normalize"] [update.interfaces] path = "." defaultToBase = false ignoreEmptyStrings = false unstripped = false [update.code] codePath = "." localizablePath =...

Here's my `BartyCrouch.swift` ``` import Foundation enum BartyCrouch { enum SupportedLanguage: String { // TODO: remove unsupported languages from the following cases list & add any missing languages case english...

@Dschee , I've tried to debug the source code. I think the error is related with the recent changes at `SupportedLanguagesReader` It seems the incorrect `enum` from another location was...

@jpc , thank you, it's working👍🏻