The Wayback Machine - http://web.archive.org/web/20210208071534/https://github.com/explore
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.

MySQL logo
Popular topic
MySQL is an open source relational database management system.
Trending repository
lukasm91
lukasm91 commented Aug 24, 2019

GTest exports the following targets:

  • GTest::gtest
  • GTest::gtest_main
  • GTest::gmock
  • GTest::gmock_main

This targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.

add_library(GTest::gtest ALIAS 
App recommended by GitHub

Azure Pipelines

Continuously build, test, and deploy to any platform and cloud

Azure Pipelines offers cloud-hosted pipelines for Linux, macOS, and Windows with 10 free parallel jobs and unlimited minutes for open source projects.

Trending repository
matklad
matklad commented Feb 3, 2021

Code completion performance is more important than it seems. Obviously, completion shouldn't take a second or two. But even for "almost instant" completion, theres' a huge difference in experience when going 300ms -> 150ms -> 50 ms -> 16ms. It's difficult to perceive such small differences by just eyeballing a single completion, but it does affect fluency of typing a lot.

Historically, we haven

brew
Trending repository
Trending repository

INFO-SPIDER 🧰GitHubQQHotmailOutlookQQQQ12306CSDN
  • Updated Feb 7, 2021
  • Python
obs-studio
Trending repository
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