Skip to content

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

GitHub Skyline
Staff pick

View a 3D model of your GitHub contribution graph. Share it, print it, and more!

Ruby logo
Popular topic
Ruby is a scripting language designed for simplified object-oriented programming.
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 
30 Minutes to Merge: GitHub Automation
Upcoming event recommended by GitHub
May
25

30 Minutes to Merge: GitHub Automation

May 25, 2021 • Online

The month of May, special guest Gregor Martynus @gr2m will be answering questions about GitHub’s APIs and automation.
DeepSource screenshot
App recommended by GitHub

DeepSource

DeepSource helps you find and fix issues during code reviews. Free to use on open-source repositories.

Seamless integration with GitHub lets you start analyzing code in a couple of minutes. Follow our documentation and guides to get started — deepsource.io/docs/

Trending repository
alanmcruickshank
alanmcruickshank commented May 19, 2021

Triggered by #1072

psf/black's 88 chars per line is more modern than PEP8's meager 79.
A personal favorite is 127 which allows reading code on GitHub's file viewer without requiring left/right scrolling.

To get us down to flake8 linting having a max line length of 127, I believe we only need to change ~17 lines. This would enable the codebase to be much more readable in side by side ed

Trending repository
next.js
Trending repository
Trending repository
Trending repository
chan4cc
chan4cc commented Apr 26, 2021

New Operator

Describe the operator

Why is this operator necessary? What does it accomplish?

This is a frequently used operator in tensorflow/keras

Can this operator be constructed using existing onnx operators?

If so, why not add it as a function?

I don't know.

Is this operator used by any model currently? Which one?

Are you willing to contribute it?

Trending repository
Code Climate screenshot
App recommended by GitHub

Code Climate

Collaboratively improve code quality with Code Climate and GitHub

Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.