Johannes Ylönen

Results 9 comments of Johannes Ylönen

I'm able to fix it for me with changing the code in DefaultsSerializable+BuiltIns.swift to: ``` extension Dictionary: DefaultsSerializable where Key == String { public typealias T = [Key: Value] public...

Thank you for your answer! I will consider to do it with bridges.

Further more, it was not very intuitive to understand that you have to set slug as language code for this to work. Also I was confused by i18n_patterns until I...

Is there any ETA for fixing this? I have etherpad inside an iframe (different origins) and then it doesn't work on Chrome. Though it works with same origins, but for...

Thank you that seems to solve the issue! As a note for others with the same problem, put the `Feature-Policy: "sync-xhr "` header on the main frame.

Same issue here, for me app actually crashes already when the camera activity is opened. It is easy to see with Android Studio logcat, it will disconnect the app log...

I updated image picker to the latest version (4.1.1) and it seems to work now. @ShashankEd What version are you using?

It works fine when I prefix them with some different random strings, like: ZCBSFN_SOME_STRING_VALUE and UITUFK_SOME_STRING_VALUE_BUT_DIFFERENT. So it seems to be related to that the variable names start with same...

Actually it seems to be matter of just if the prefix or suffix of the variable name is different it works. But if other variable name is just a subset...