jdx

Results 86 comments of jdx

I didn't test, but I think this will fix it https://github.com/heroku/heroku-pg/pull/13

I did the following in Catalina and it worked for me: * Added Yubiswitch.app to System Preferences -> Security & Privacy -> Privacy tab -> Accessibility * Added Yubiswitch.app to...

to be clear, it wasn't that we needed to recompile exactly but that we encountered serious new bugs on 3 different macos releases with existing binaries. Recompiling wasn't sufficient to...

I realize this may not matter much for this project, but we've been shipping node binaries in our CLI for 4 years now and not had a single issue with...

It's probably a PATH issue. This is likely happening because the old ruby CLI is installed. Using npm only worked because that uses an earlier PATH directory. `rm $(which heroku)`...

@sara-g you're probably using ssh git, use `heroku git:remote` to switch to https git

it looks like you're adding a backslash that doesn't need to be there

in the PATH output it looks like it has a backslash where nothing else does. I'm not very familiar with git bash but that definitely looks like the problem