Haikal Ryclova-Pribadi

Results 94 comments of Haikal Ryclova-Pribadi

Those values are used here: https://github.com/JetBrains/androidx/blob/e62838f496d592c019a3539669a9fbfd33928121/compose/material/material/src/commonMain/kotlin/androidx/compose/material/Menu.kt#L155-L159 ```kotlin .sizeIn( minWidth = DropdownMenuItemDefaultMinWidth, maxWidth = DropdownMenuItemDefaultMaxWidth, minHeight = DropdownMenuItemDefaultMinHeight ) ```

We definitely have a feature requirement for taking screenshots with a button, @BFergerson :) @Irtazaraza is working on it :)

This main menu is what meant by the "application menu bar" that appears on the OS top menu bar (for MacOS), right, @alexjpwalker @jamesreprise ?

Like, this would be the application menu bar for, Intellij on MacOS: This is what we're thinking, right?

If so, then perhaps we should also design what the application menu bar grouping (e.g. File, Edit, View, etc.) should be for TypeDB Studio.

In that case issue #568 is sub-task of this issue, right?

This scenario should be part of regular usage of Grabl, right, @alexjpwalker @vmax @lolski @lriuui0x0 ? If we don't see it in Grabl means this bug is now resolved in...

Hey guys, @igordmn and @akurasov any updates on this? Seems like it's removed from you milestone 4 days ago now? We actually start having customers complaining to us about this...

Can you tell me which what's the key requirement in the code above, @igordmn ?

Okay, I think I understand the essence of what you're doing there: you're passing `GraphicsConfiguration` from `java.aw.Window.getWindows()` that `isActive` into `ComposeWindow()`. Am I right? However, right now we construct our...