-
Updated
Dec 5, 2020 - TypeScript
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
MongoDB
-
Updated
Dec 5, 2020 - C++
Just came across one of our client projects, which uses their own npm registry instead of the official one. By making it configurable via cli-flag like --registry https://my-registry.com we could support that use case.
I'm wondering if this is how we can make our npm plugin testable too! We could spin up a fake registry since we only ever download the tarball and use the --registry flag in
GitHub Universe 2020
December 09, 2020 β’ Virtual
Description of the problem / feature request:
The presence of a .bazelversion file that defines any non-matching version at the root of a directory structure prevents bazel from intepreting any commands in any subdirectory, including bazel version, help, info.
However, these are the commands needed to debug why .bazelversion is not satisfied, or to query non-build-related hel
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Instabug
The top apps in the world rely on Instabug for bug reporting, crash reporting, and in-app user feedback. With just one line of code, beta testers and users can report bugs and provide mobile and support teams with detailed feedback by just shaking their phones.
-
Updated
Dec 4, 2020 - Go
-
Updated
Dec 5, 2020 - PowerShell
-
Updated
Dec 3, 2020 - Python
-
Updated
Dec 4, 2020 - CSS
-
Updated
Dec 3, 2020 - Elixir
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Dec 3, 2020
-
Updated
Dec 4, 2020 - Python
-
Updated
Dec 5, 2020
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Dec 5, 2020 - JavaScript
-
Updated
Dec 4, 2020 - PHP
-
Updated
Dec 5, 2020 - JavaScript
-
Updated
Dec 5, 2020 - Java
-
Updated
Jun 28, 2020 - Python
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.
GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_mainThis targets should also be available when adding gtest with
add_subdirectory(orFetchContent), because this should behave the same way as adding GTest withfind_package. So somewhere, we should add the aliases to these targets, i.e.