Shadab Zafar
Shadab Zafar
Can Anaconda use the interpreter mentioned in the [Shebang line](https://en.wikipedia.org/wiki/Shebang_%28Unix%29) of a script? ``` python #!/usr/bin/python3 # some code ```
Hey, is it possible to build & release a static binary? Perhaps with musl? I was trying to run bytehound on an server which doesn't have newer GLIBC: ```bash $...
I was trying to fix #17 The workflow was copied from https://github.com/sharkdp/fd/blob/master/.github/workflows/CICD.yml But the last step (publishing a release) doesn't seem to be working. The commit requires a tag, which...
Are there binaries I can use on Arch Linux? There is an AUR package: https://aur.archlinux.org/pkgbase/cling-git/ but it builds from source - which takes insanely long to clone the repo and...
Depends on #7. Once docopt is in place, try to have cli commands that match the python version of cheat. Since a lot of the people use that and will...
docopt is the new cool thing! https://github.com/docopt/docopt.go/
`cheat show git > output.txt` or `cheat show git | xclip` These commands pretty-print the output so escape sequences are printed too. Which just messes up the output. This is...
I'm using Firefox, and while trying to download/view this extension: https://chrome.google.com/webstore/detail/lightweight-phishing-dete/jielndbgelplgdkgaeikbhjkippcdjcp?hl=en The following error occurs: ``` Failed to load https://clients2.google.com/service/update2/crx?response=redirect&os=linux&arch=x86-64&nacl_arch=x86-64&prod=chromiumcrx&prodchannel=unknown&prodversion=9999.0.9999.0&x=id%3Djielndbgelplgdkgaeikbhjkippcdjcp%26uc. Server responded with 403 Forbidden ```
Hey, I just tried out this tool. It seems to get the job done, but I feel the UX could be a bit better. * Improved installation process - Preferably...
Is it possible to create an action when I double right click my mouse? This isn't strictly a mouse "gesture" I've tried [`easystrokes`](https://github.com/thjaeger/easystroke/) and it doesn't seem to support this.