Saifur Rahman Mohsin
Saifur Rahman Mohsin
Yeah man. That's great! Just do it...! [](http://www.youtube.com/watch?v=J3bNotFqmHc)
@soumya142 I'm available to give an introductory talk if you need a mentor walking thro' on how to make PRs and basics of git (or even advanced if interested). Let...
It's any repository that uses the tag **hacktoberfest**. The count on the website is based on the number of active repos that sport that tag.
You really gotta read the README. There's a table that hyperlinks to [some good beginner-friendly issues](https://github.com/vinitshahdeo/Hacktoberfest2021/blob/main/explore/ISSUES.md)
Try re-installing these runtimes: [Microsoft Visual C++ 2008 Redistributable Package (x86) ](https://www.microsoft.com/en-in/download/details.aspx?id=29) [Microsoft Visual C++ 2010 Redistributable Package](https://www.microsoft.com/en-in/download/details.aspx?id=5555) It should fix this issue.
Yes, I do. And I also tried this one a production device and still same thing happened. I wonder if I’m missing something.
I went to that file Sniff.php and changed this line (Line no 1253): ```php if ( '\\' === $extendedClassName[0] ) { ``` To ```php if ( isset( $extendedClassName[0] ) &&...
@VivekYadav7272 Given that [the ProGuard rules](https://github.com/nic-delhi/AarogyaSetu_Android/blob/master/app/proguard-rules.pro) are also specified in this repository, one could do a reverse engineer of the apk from the play store and diff it with a...
@eo I went ahead and coded this functionality for my project. And also added a PR because it would be nice to see it included in this library.
Is there anyway to tweak or extend the component and make it work from top/bottom positions?