Skip to content

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

Community AMA with Mike McQuaid
Staff pick

Join the GitHub community for an AMA with Staff Software Engineer, Author, Inventor and Homebrew Maintainer Mike McQuaid. We’ll discuss Open Source, burnout, mentoring, being a hands-on Dad and his Engineering values.

C logo
Popular topic
#

C

C is a general purpose programming language that first appeared in 1972.
Trending repository
knqyf263
knqyf263 commented Oct 19, 2020

Currently, Trivy traverses all paths and looks for all Gemfile.lock in a container image. However, the image sometimes has only Gemfile.lock and doesn't install gems listed in the Gemfile.lock. I think a gem should have *.gemspec file if it is installed. e.g. rake.gemspec has the information about rake.

To avoid false positives from Gemfile.lock, we are probably able to take advantage of `*

Restyled.io screenshot
App recommended by GitHub

Restyled.io

Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.

Trending repository
sap51
sap51 commented Feb 1, 2021

Describe your environment

  • Operating system: Linux
  • Python Version: 3.8.6
  • CCXT version:1.40.99
  • Freqtrade Version: 2021.1

Describe the enhancement

Add ping support to the rest_client.py script.

I'm using the rest_client.py script to monitor my freqtrade bot using a custom shell+python script, and it looks like I cannot use the ping command to verify that

Depfu screenshot
App recommended by GitHub

Depfu

Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.

We support all Ruby projects using Bundler and all JS projects using npm or Yarn. Lock files are handled automatically.

View Depfu website