Endogen

Results 26 comments of Endogen

Hi. Not sure if it still works. I guess you get that error because CoinGecko changes some JSON structure in their API calls. If you fix that, it will work...

Hey, thanks for taking the time to check it out! The thing is, i've built it some long time ago :-) and i don't actually develop it further right now....

I'd also like to have this great game working on macOS via cask. Any chance to get that working at some point?

Any progress on this? The app is kind of useless for me if that bug persists

Ah, i just read this > Note: this is no longer supported by TronGrid. Please refer to our v1 API /accounts/address/transactions or use TronGrid JS. I guess it would be...

Maybe something like this could be integrated ```python import json import requests from requests.adapters import HTTPAdapter from requests.packages.urllib3.util.retry import Retry class Trongrid: __API_URL_BASE = "https://api.trongrid.io/v1/" def __init__(self, api_base_url=__API_URL_BASE): self.api_base_url =...

This is basically the same requirement: https://github.com/Lamden/contracting/issues/303

But why only on init? There should be the possibility to copy a Hash from an imported contract into a Hash of the current contract. I already had that requirement...

> I fixed this issue by change requirements.txt: > ChatterBot==0.7.1 That doesn't work for me. I'm getting an error while installing that dependency > Try with > > ``` >...

That sounds like you only have Python 2 installed and not Python 3. Or you at least start it with Python 2 i guess. Try with Python 3 and let...