Dave Nicolson

Results 89 comments of Dave Nicolson

It looks like Python 3 is being used instead of Python 2, now that mac macOS 12.3 no longer includes Python. Also, the [Product Hunt - Today in Tech](https://xbarapp.com/docs/plugins/Web/ProductHunt/producthunt-tech-hunts.1d.py.html) plug-in...

Ruby will also be removed according to the [10.15 Release Notes](https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes). PHP converts well into JavaScript, JXA could possibly be used as a replacement. It's not the most elegant solution,...

I think https://github.com/ddddxxx/LyricsKit is what you're looking for.

Thank you for your comment @JamieEdge and your contribution @pguilbert, I believe this issue is still relevant. It's unfortunate that https://github.com/gitkraken/vscode-gitlens/pull/1607 was closed. Interestingly, the text of the latest commit...

@pguilbert are you able take a look at this?

@eamodio please have a look at https://github.com/gitkraken/vscode-gitlens/pull/2341.

Not unless you want to break your global Python installation. It's possible to install Python 2 and replace `#!/usr/bin/env python` with `#!/usr/local/bin/python2` in individual scripts, it's not a good idea...

This error is benign, there is an attempt to download a non-existent binary but `bluetooth-hci-socket` will always be built from the source. https://github.com/abandonware/node-bluetooth-hci-socket/pull/54 should fix the issue. @donavanbecker can you...