Manu Joseph V

Results 99 comments of Manu Joseph V

I just had this idea while driving back from work. getHeader might not work as I'm creating a new adapter with new data. mHeader is usually null. But I'll try...

I tried it with getheader, but not working. I tried the new Adapter, also not working(on first try). Will look into it further tomorrow. I have modified your adapter to...

Hey, great news.. I found a workaround and it is working. First I tried getting the parent of the header I'm passing, removing it, and then pass it to the...

I have no problem sharing the whole code.. Not entirely mine either.. I was using an adapter shared by Matthieu Harlé here . https://gist.github.com/Shywim/127f207e7248fe48400b . I just combined that adapter...

I have bad news my friend.. I tried that fix. It seemed to be working in the beginning until i scrolled. This is what I get now ![image](https://cloud.githubusercontent.com/assets/10508493/6808926/082af54c-d27d-11e4-9db4-08f0946624b9.png) ![image](https://cloud.githubusercontent.com/assets/10508493/6808937/111d93ee-d27d-11e4-8618-01a6224c39b8.png) I...

Sure man. I'll do some more testing and get back to you. On Mar 24, 2015 11:47 PM, "Pedro Oliveira" [email protected] wrote: > Can you make a little more tests...

Hey, I did some testing. There are two different undesirable behavior - 1. Overlap of content with the header 2. Empty space (equal to the row height) just below the...

I am not currently supporting orientation changes, but mainly cause the app is in development phase. But I plan to support orientation change eventually. I'll be able to test it...

Is this issue still open? I checked the code and didn't see the problems mentioned. Is it fixed?

`ImportError: cannot import name 'RichProgressBar' from 'pytorch_lightning.callbacks'` I'm assuming you are using the latest main branch from GitHub because `RichProgressBar` was not in any of the PyPi ones. Which version...