Hugh Stimson

Results 3 comments of Hugh Stimson

I have the same issue, with all R versions I've tried (so far R 3.4.1, 3.3.3 and 3.2.5, x64 in all cases). Windows 10, IntelliJ 2017.2.4 and Pycharm 2017.1.3. ```...

I ran into the same error as @easherma when trying to de-serialize some GeoJSON that was returned from a geocoder API. I tried @Gagaro's suggestion but it resulted in a...

I also had this bug. The workaround of editing my global gitconfig worked but the edit was slightly different: ``` [credential] helper = C:/Program Files/Git/mingw64/bin/git-credential-manager.exe ``` I.e. `git-credential-manger.exe`, not `git-credential-manager-core.exe`.