GithubHelp home page GithubHelp logo

Comments (5)

daveverwer avatar daveverwer commented on June 5, 2024 1

Yea. I’d rather avoid that if I can, I’m still hoping that the package registry will become the main source of truth for a list of packages so don’t want to put a huge amount of work into this side of things. The two changes proposed above are pretty trivial though.

from packagelist.

kiliankoe avatar kiliankoe commented on June 5, 2024

Renaming or moving projects keeps the old URL on GitHub at least as a redirect, which could also lead to duplicates which can only be detected by actually loading the URL.

from packagelist.

phimage avatar phimage commented on June 5, 2024

Could be checked with .travis file

jq unique packages.json

work if file already have been converted to lowercase

so in travis we could replace

  • echo "$(jq 'sort_by(ascii_downcase)' packages.json)" > packages.sorted.json

just by

  • jq unique > packages.sorted.json

I think it sort too


To convert to lowercase

jq 'map(. | ascii_downcase)' packages.json

But I am always againts that if not added by a command line tools or a web ite form.
If I Pr manually I want to copy paste url from github

from packagelist.

leogdion avatar leogdion commented on June 5, 2024

@daveverwer This could probably be marked as resolved now that #215 has been merged.

from packagelist.

daveverwer avatar daveverwer commented on June 5, 2024

Yes, it can!

from packagelist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.