The Wayback Machine - http://web.archive.org/web/20210913151437/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Terraform logo

Popular topic

An infrastructure-as-code tool for building, changing, and versioning infrastructure safely and efficiently.

Trending repository

Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies.

  • Updated Sep 13, 2021
  • Python
GitHub Universe 2021

 
Upcoming event recommended by GitHub

Oct
27

GitHub Universe 2021

October 27, 2021 - October 28, 2021 • Virtual

GitHub Universe 2021 brings you a few ways to engage this year as we explore DevOps, Security, Developer Productivity, and Open Source Communities.
POEditor screenshot

App recommended by GitHub

POEditor

POEditor is a highly scalable localization management service designed for translating software products, such as apps, sites and games.

Integrated with GitHub, it syncs with your repos automatically. You don't ever need to touch a language file.

Slack and HipChat integrations make it easy to get realtime updates about the localization process and the translation progress.

Trending repository

sheepduke
sheepduke commented Aug 30, 2021

Describe the bug

If the target file is deleted first, rm <symlink> will fail instead of removing the broken symbolic link file.

How to reproduce

/home/sheep/temp> touch test.txt
/home/sheep/temp> ln -s test.txt test-link
/home/sheep/temp> rm test.txt
deleted /home/sheep/temp/test.txt
/home/sheep/temp> rm test-link
error: No valid paths
  ┌─ shell:5:1
  │
5 │ rm test-

Trending repository

App recommended by GitHub

Travis CI

Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.

Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.