Riley Snyder
Riley Snyder
@madoke thanks for the work here, I am working on testing your changes here and plan to submit some feedback. currently running into something on Ubuntu 20.04 where the `ansible-ipfs-cluster...
@mikoim sorry for the delay, life you know, I will try and get this tested and reviewed next week.
Yeah I've always known this was the "right" way to do it. To accomplish this we will first have to add all the currencies to https://github.com/rssnyder/coingecko-cache, and then update the...
I had the same experience. Roku Ultra. Added 2FA to account and it stopped working. Removed 2FA, rebooted roku, same issues. Had to delete and reinstall to fix.
"dummies, use this coin" and "code bad" comments are not really helpful in a code repository issue. If you want to have a real conversation about the state of BSC...
Same thing here. I see this in startup logs: ``` 2021-02-21 19:47:27,710 DEBG 'watchdog-script' stdout output: [info] Attempting to start Privoxy... 2021-02-21 19:47:28,717 DEBG 'watchdog-script' stdout output: [info] Privoxy process...
It looks like .org has changed format, using the .asia endpoint still works, but the results seem off to me.
You should just move to using the back-end API that the PB front-end uses. This works for me: ``` import requests import json response = requests.get('https://apibay.org/q.php?q=The+price+is+right') data = json.loads(response.content) for...
@rickstaa resolve conflicts and i will review