-
Updated
Feb 8, 2021 - Python
Here's what's popular on GitHub today...
-
Updated
Feb 8, 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.
Vim
-
Updated
Jan 22, 2021 - Jupyter Notebook
-
Updated
Feb 8, 2021 - PHP
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Google Cloud Build
Google Cloud Build
Google Cloud Build lets you create fast, consistent, reliable builds across all languages. Automatically build containers or non-container artifacts on commits to your GitHub repository. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.
-
Updated
Feb 5, 2021 - Dart
-
Updated
Feb 9, 2021 - Pascal
-
Updated
Feb 9, 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 9, 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
WIP
Allow authors of pull requests to set status to pending while still working on it.



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