Manu Joseph V
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   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...