Alok Kumar

Results 9 issues of Alok Kumar

Need to be more optimized.

enhancement
help wanted

Can I get a list of the paths and file links or some kind of json containing list example ``` "folder/photos/1.png":"https://www.link.png", "folder/photos/2.png":"https://www.link.png", "folder/photos2/1.png":"https://www.link.png", ````

I want to have this with SliverAppBar in CustomScrollView. Scrolling don't work for sliverAppBar

Can I get a list of the paths and file links or some kind of json containing list example ``` "folder/photos/1.png":"https://www.link.png", "folder/photos/2.png":"https://www.link.png", "folder/photos2/1.png":"https://www.link.png", ````

Unhandled Exception: Unsupported operation: Cannot add to an unmodifiable list ```dart TimeTable t = await getTimeTable(); t.week.add( // ===> Error at here Day(day: field[i][_dayColIndex], subjects: getSubjects(field[i])), // Some data );...

bug
question

I want to have this with SliverAppBar in CustomScrollView. Scrolling don't work for sliverAppBar

C:\Users\Alok\AppData\Local\Programs\Python\Python36\python.exe: can't find '__main__' module in 'C:\\Users\\Alok\\AppData\\Local\\Programs\\Python\\Python36\\Lib\\site-packages\\smstools'

This is my code, and how do I implement pinch zoom? ```dart PageView.builder( physics: const BouncingScrollPhysics(), controller: controller.pageController, itemCount: document.pages.length, onPageChanged: (i) => controller.currentPage.value = i, itemBuilder: (context, index) =>...

I opened a fresh Google Colab and added the new best.pt from the previous session and want to continue training for another 100 epochs. ``` %cd {HOME}/yolov9 !python train.py \...