Martin Kurtsson

Results 4 comments of Martin Kurtsson

Yes, just add an if-case in for strings starting with ". But Im not sure I think this is a good design since you should never have untranslated strings and...

Hi @simonini. The main administrator @Anthony-Gaudino, has disappeared so we are in a bit of a sad state here. I still have access to the Ruby Gem and can release...

Glide works fine with compose using this little helper method: ```kotlin @Composable fun loadPicture(url: String, placeholder: Painter? = null): Painter? { var state by remember { mutableStateOf(placeholder) } val options:...

@sanjeevirajm Good point, it's more a proof of concept than a solution every possible outcome. But if you trust your indata you shouldn't have to worry about that right?