Niklas Baudy

Results 200 comments of Niklas Baudy

PMD or Findbugs is sometimes able to detect such fields. Although it isn't really reliable.

The concepts from [here](https://groups.google.com/forum/#!topic/lint-dev/4LLpInXIn8o) could be applied and used when implementing this check.

Regarding formatting, what's your desired API? Should we have `fun format(bytes: Long, pattern: String): String` in commonMain and then use `DecimalFormat(pattern)` via expect/actual all the way for all targets? And:...

It's not always X + Y, sometimes you have many more combinations that make up a single Emoji. ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง - `U+1F468 U+200D U+1F469 U+200D U+1F467` - [Source](https://hotemoji.com/family-man-woman-girl-emoji.html) ๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง - `U+1F468...

That mage from the other issue can also get a skin tone: ๐Ÿง™๐Ÿพโ€โ™‚๏ธ- [Source](https://apps.timwhitlock.info/unicode/inspect?s=%F0%9F%A7%99%F0%9F%8F%BE%E2%80%8D%E2%99%82%EF%B8%8F)

Can you find a way how to do that? I don't have that device at hand so I can't try it out

@payaladbiz feel free to send a PR to fix the problem

I'm closing this issue due to inactivity. If you have any further input on the issue, don't hesitate to reopen this issue or post a new one.

@mahibi can you try using `toggle()` in your example? Looking at the code there's a `requestApplyInsets` call that we don't do when you're doing start/show manually