Nikita Prokopov

Results 814 comments of Nikita Prokopov

Maven/Gradle would complicate build script a lot and add a lot of extra delay. If your goal is to open project in IDE maybe there are other ways to do...

I’m ready to move sources if you (or anybody else) need it and want to become a serial contributor. For example, after three PRs?

Thanks, I’ve seen that behaviour on Linux, I will take a look soon. > the floating window flag doesn't work either, the window doesn't stay on top. Where to report...

Yeah, I know why this is happening. When doing container layout, measure might happen more than once, with different sizes. Another problem is that change tracking is hierarchical. Say bounds...

Might it be that hieroglyph is using different font and different offset from baseline?

Good question! Technically, fonts can provide different metrics (baseline, ascend, descend) for diffrent OSes. From https://www.maxkohler.com/posts/2022-02-19-fixing-vertical-metrics/ > For [his­tor­i­cal rea­sons](https://docs.microsoft.com/en-us/typography/opentype/), ver­ti­cal met­rics are stored in three dif­fer­ent places (called hhea,...

Yeah, I think there’s a possibility, although I don’t really have it as a goal at this point

I’ll think about how to fix this. It’s expected that components might re-render under mouse, that should not affect hover state. Thanks for reporting!

Would be great if you could check with all the other JVMs before going in

The test case that forced us to add `reachabilityFence` is described here https://github.com/JetBrains/compose-jb/issues/124