Xuan Nguyen

Results 29 comments of Xuan Nguyen

I think, [official docs](https://kotlinlang.org/docs/flow.html) should be updated with marble diagrams for all examples.

> document and explain this behavior better. @elizarov Thanks for your excellent explanation! For the documentation, I think we need a graphic GIF with multiple steps. Each step synchronize these...

What is the best way to generate an initial data.mdb and keep it readable? With SQLite, we just need to write some sql scripts and commit to VCS. It is...

@anatoliibakhtin I think, it's not convenient. Many times, we want to use the laser tool for a period (some minutes). In this case, we want to concentrate on the discussion...

Hi, I am leaning kotlin react with MUI. I found something quite annoying below. ``` Stack { direction = ResponsiveStyleValue(StackDirection.row) spacing = ResponsiveStyleValue(2) } ``` ``` Stack { spacing =...

It's not possible to get value of the event below. ``` TextField { onChange = { event -> event.target.value // compile error } } ```

Thanks @turansky for the info!

Beside show and copy the path, I really want to copy the value (useful in long json document). I think no one want to scroll to select 100 lines then...

The title of this issue should be more specific I think "select then drag and resize the selection"

Using shortcuts + and - is enough to change the pointer size. I think the app should not change the mouse scroll feature.