-
Updated
Feb 9, 2021 - Python
Here's what's popular on GitHub today...
-
Updated
Feb 9, 2021 - Go
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.
R
-
Updated
Jan 22, 2021 - Jupyter Notebook
-
Updated
Feb 9, 2021 - PHP
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Airbrake
Airbrake empowers engineering teams to release with confidence. We alert you to new errors, and give you the information you need to fix those bugs fast. So you can spend less time debugging and focus on writing and shipping great code.
-
Updated
Feb 5, 2021 - Dart
-
Updated
Feb 9, 2021 - Pascal
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Feb 9, 2021 - Go
-
Updated
Feb 9, 2021 - JavaScript
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
-
Updated
Feb 9, 2021 - Swift
Tick-Tack-Toe game is not working for exception part
Description
Else part on line 247 takes you to infinite loop on getting any char value as input for position.
Expected Behavior
-
Updated
Feb 8, 2021
-
Updated
Feb 10, 2021 - TypeScript
-
Updated
Feb 8, 2021 - TypeScript
-
Updated
Feb 8, 2021 - C++
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Feb 7, 2021
-
Updated
Feb 5, 2021
-
Updated
Jan 21, 2021 - JavaScript
Sider
Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.

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.gemspechas the information aboutrake.To avoid false positives from Gemfile.lock, we are probably able to take advantage of `*