Jibran Shaikh

Results 17 comments of Jibran Shaikh

Thanks for your feedback. I named the repo as todo.sh because I might rewrite this script into another language, for example, in Python and create another repo named todo.py, keeping...

You might want to put double quotes around `$scriptDir` to prevent splitting and wildcard expansion. ```bash #!/bin/bash scriptDir=$(dirname $(readlink -f $0)) sudo ln -s "$scriptDir/todo.sh" /usr/local/bin/ ```

I closed the issue then because after reading the docs I found `updateSize` property which solved my problem. None the less you should set a method which would allow us...

Writing blog/documentation is the hardest part. I feel you ❤️

This is not working either: ``` $ mongosh -u -p --eval "var collection = 'order', limit = 1" variety.js --quiet ReferenceError: __quiet is not defined ```

Looks like latest variety.js is not working with Mongo shell v1.8?

Thanks for the quick response.

Hi, The link you shared is not working. Also, can you pls tell me with which Mongo shell version will variety work with?

I get this error every time I open the app. I faced this issue on Android 11 and now on Android 14. App version? Can't say. I have been facing...