Darsh Patel

Results 8 issues of Darsh Patel

Taking input directly from the system audio instead of Microphone seems integral This issue will be used to track the progress of the feature

Comment on this issue to update contributors

Docker images like https://github.com/frg-fossee/eSim-Cloud/packages/216535 should be standalone and not rely on cloning the repo, can be done once first things are stable

enhancement

bug
hacktoberfest
status/inactive

The Program gives the following error in Python 2.7: ```name = input() File "", line 1, in NameError: name 'rock' is not definedname = input() File "", line 1, in...

bug
hacktoberfest
status/inactive

Fixes the 'MODULE_NOT_FOUND' error

Ref: ``` export PATH="/usr/local/opt/openssl/bin:$PATH" CXX=clang++ CC=clang cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOPENSSL_LIBRARIES=/usr/local/opt/openssl/lib -DCMAKE_BUILD_TYPE=Release .. ```

**Summary** This pull request introduces a new method to parse WEBP images and extract their dimensions. The implementation is based on the WEBP container specifications and currently supports the following...