sb2nov / mac-setup

Installing Development environment on macOS
https://sourabhbajaj.com/mac-setup/
Other
7.15k stars 1.02k forks source link

Remove broken plugin link #311

Closed hugovk closed 3 years ago

hugovk commented 3 years ago

https://sourabhbajaj.com/mac-setup/SublimeText/Plugins.html

Found by the CI healthcheck:

This link to https://bitbucket.org/StephaneBunel/pythonpep8autoformat is broken:

  • Python PEP8 Autoformat: Python PEP8 auto-format is a plugin to interactively reformat Python source code according to PEP-8

It must have been a Mercurial repo, which Bitbucket have shut down.

Shall we remove it or replace it? If replace, with what?

simeg commented 3 years ago

I vote remove. Did some googling and couldn't find any replacement 🤷

simeg commented 3 years ago

A week has passed and no one has objected, let's merge.

hugovk commented 3 years ago

I triggered a health-check build on the CI and it's now failing with:

â ¦ Checking URLs...
> Issues
   1. 500 https://apps.apple.com/us/app/kaleidoscope/id587512244

https://travis-ci.org/github/sb2nov/mac-setup/builds/727411393

500 Internal Server Error?

https://apps.apple.com/us/app/kaleidoscope/id587512244 is working for me in the browser. Maybe give it some time to see if it's a temporary thing.

simeg commented 3 years ago

I just ran it locally and it works for me. Travis should not be different so hopefully just something temporary.

I ran it with

urlsup `find . -name "*.md"` --threads 30 --allow 429 --white-list http://localhost

which is the same that Travis runs (with fewer threads).