Siddharth Dushantha

Results 140 comments of Siddharth Dushantha

## VSCO ```python import requests username = "user123" email = "[email protected]" headers = { 'Authorization': 'Bearer 7356455548d0a1d886db010883388d08be84d0c9', } r = requests.get(f'https://api.vsco.co/2.0/sites/available?site={username}', headers=headers) print(r.json()) r = requests.get(f'https://api.vsco.co/2.0/users/email?email={email}', headers=headers) print(r.json()) ``` **If...

@hez2010 Sorry about the delay on this issue. I'll be able to work on this issue sometime during the coming 2 weeks.

I don't think this PR should be merged yet. We can merge it once have added support for Linux and macOS.

@pelonchasva Creating a PR would be great! I could work on the macOS section and if someone who uses Linux is willing to help out and implement this feature for...

Hi @3a392c, If you want to suggest an edit, what you can do is to fork this repo by clicking on the "Fork" button on the top right corner. Then,...

Hi @mickeypash, I'm glad that you liked this project! Creating a brew formula would be great but we would encounter a conflict in the formula name as there already exists...

Yes, I too prefer to use the system's package manager. I unfortunately do not have enough time to prioritize this, so would you like to have a go at creating...

I think this might be an issue with your phone. What I do is that I use the inbuilt QR code reader in my Camera app and scan the QR...

@donenoyes This seems odd. I'm not sure why there is a `\r` character. Is the name of your SSID `Name`?

Hey @mattalexx, This seems strange. I can't quite remember why I am running that `nmcli` command with `sudo` because I just ran: ``` nmcli -s -g 802-11-wireless-security.psk connection show MY_SSID...