FelixBuehler

Results 7 comments of FelixBuehler

Hey, no, i can't reproduce the error with Chrome or Firefox. But the error is the same with another online banking portal from vrbank.de (they probably use the same engine,...

@jethrogb Couldn't find the setting either, so thanks for the hint.

Does anyone have news on this? As far as I understand it right, HERE will disable the old API access and will only allow the new method.

``` In [2]: import os In [3]: os.environ["GOOGLE_API_KEY"] = "MY_API_KEY" In [4]: import geocoder In [5]: g = geocoder.google('Mountain View, CA') In [6]: g Out[6]: In [7]: g = geocoder.google('Mountain...

still not working for me. that's how it looks like for me: ``` import os import geocoder os.environ["GOOGLE_API_KEY"] = "xyz" GOOGLE_API_KEY = os.environ['GOOGLE_API_KEY'] g = geocoder.google('Mountain View, CA', key=GOOGLE_API_KEY) print(g)...

A small workaround I do now: I open the exported svg in my browser and then print it as pdf. Then it contains all the colors and is even faster...

Awesome! That looks very good. Do the failed checks of the commit prevent this changes to be accepted? I'm no expert in Git-Checks/Commits/PR.