Soham Biswas

Results 39 comments of Soham Biswas

Hey @antrikshmisri , you need to implement those tests or else it will reduce the overall code coverage. You can look into other UI tests like `LineSlide2D`, `ComboBox2D` etc to...

Hey @antrikshmisri , I think you need to rebase this branch on top of master branch to trigger the codecov service.

> The size of body need not to be larger than the title of the card. The sizes will be different only when the text in the body exceeds the...

@antrikshmisri , Yes. I would suggest you to separate the part which checks for the overflow in a separate function like `is_overflowing` so that it can be used for other...

> > Well in that case we already have a method implemented called `clip_overflow` in `fury/ui.py` we can reuse that code to implement that feature. Maybe we can add additional...

@haran2001 Can you explain the test you are trying to implement? thanks.

Hello @lej0hn thank you for the bug report. Unfortunately, I am not able to reproduce the bug on my end could you please share a screen recording of what it...

@SanjayMarreddi Sure, go ahead. The objective is to make sure that the UI components which renders `ListBox2D`, such as slots, scrollbar etc, should resize along with `ListBox2D`. Try to understand...

@SanjayMarreddi The resize method for ListBox2D is not yet implemented that why this issue was created. We need to implement that method.

@SanjayMarreddi I see, okay then make a PR and I will review it.