DK

Results 42 comments of DK

@dhirenmathur Since you didn’t respond in a timely manner, I will proceed with managing this aspect accordingly. For reference, you can review the official documentation on Python packaging: 🔗 [[Python...

@dhirenmathur I thoroughly checked the CLI, and I think it's good to go. # Documentation This docs helps developer to setup cli tool asap # Setting Up the Development Environment...

I think the change in a file does not feel like a change that matters, that's all.

@duogenesis assigned this task to me. We have to do simple task. 1. I will download inter and roboto first. then put in the assets folder. 2. There must a...

@duogenesis Yeah thanks man but i predicted that. Since, you are using Montserrat, which is a Google Font, and Roboto is also a Google Font, I assume there shouldn't be...

> @DeepeshKalura Fonts go in the `assets/` directory. Fonts are loaded in `App.tsx`. You can replace Montserrat with Roboto entirely, if Roboto's license permits us to distribute the font with...

@duogenesis Ok, so I am mostly correct for this time I will not be removing anything you will tag me in the code review stuff. Then I will start removing...

@duogenesis i already did and did some changes and reading codebase. LOL it first time seeing react-native code by the I am do mostly flutter for frontend

I found the documents, but I think they are quite old. Here is the link: https://pastedeploy.readthedocs.io/en/latest/ ![docsImage](https://github.com/user-attachments/assets/43f20836-1209-4127-a219-723eb6b2a6b5). In the picture, you can see it was discussing version 1.0, which is...

The reason for choosing a static design size for `ScreenUtilInit` is to ensure consistent scaling calculations across different screen sizes. When using dynamic size values, such as `Size(MediaQuery.of(context).size.width, MediaQuery.of(context).size.height)`, it...