-
Updated
Feb 9, 2021 - Python
Here's what's popular on GitHub today...
-
Updated
Feb 9, 2021 - Go
Not everyone takes a break over the festive season. Some people in the community have been busy shipping releases. So we’re here to bring you the latest and greatest releases for January 2021.
Wagtail
-
Updated
Jan 22, 2021 - Jupyter Notebook
-
Updated
Feb 9, 2021 - PHP
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
CodeFactor
Ensure that your code meets quality standards
CodeFactor instantly performs Code Review with every GitHub Commit or PR. Zero setup time. Get actionable feedback within seconds. Customize rules, get refactoring tips and ignore irrelevant issues.
Languages
Bash, C, C#, C++, CoffeeScript, CSS, Dockerfile, Go, Groovy, Java, JS, Kotlin, Less, PHP, Python, Ruby, Scala, SCSS, Sugar SS, Swift, TypeScript and YAML.
Autofix
Autofix certain reported issues on-demand or automatically.
-
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
TestQuality
TestQuality is the #1 Test Case Creation and Management app for GitHub Workflows. TestQuality extends your Github DevOps workflow to provide powerful and modern GitHub issue powered test case creation and management. TestQuality integrates with GitHub, Jira, Selenium, Jenkins, Cloudbees, Cucumber, JUnit and more to complement your entire DevOps workflow. TestQuality is FREE for GitHub public repo’s and affordable for teams on private repo's.

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 `*