-
Updated
Aug 21, 2020 - JavaScript
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Aug 19, 2020 - Java
Azure
-
Updated
Aug 21, 2020 - Python
HackCon
August 22, 2020 - August 23, 2020 • Virtual
-
Updated
Aug 20, 2020 - C++
-
Updated
Aug 20, 2020 - Jupyter Notebook
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Sentry
Sentry provides real-time crash reporting, giving your team insight into errors affecting your customers in production. Sentry supports dozens of languages and frameworks and is trusted by thousands of companies like Pinterest, Uber, Stripe, Dropbox, and Airbnb.
Sentry doesn't just alert you to errors, but integrates into your GitHub development flow by linking errors to the commit and author likely responsible, creating new GitHub Issues, and resolving errors with commit message.
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 21, 2020
-
Updated
Aug 20, 2020 - Java
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 19, 2020 - Python
Add ideas/suggestions here and we'll discuss/greenlight them. Thanks.
-
Updated
Aug 21, 2020 - Python
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 18, 2020
-
Updated
Aug 17, 2020 - Java
If you attempt to create a Bucket with the same name as a Bucket that you recently deleted, you might run into this:
OperationAborted: A conflicting conditional operation is currently in progress against this resource.
This is due to S3 queuing the delete operation and the need to have a unique name of the bucket for the account. Attempting to create the Bucket with the same name v
-
Updated
Aug 20, 2020 - Java
-
Updated
Aug 1, 2020
-
Updated
Aug 20, 2020 - Python
Sync by Unito
Build the GitHub workflow you need
Unito goes beyond your typical integration tool, allowing you to build entire workflows across tools, teams, and organizations. All Unito integrations offer two-way sync, meaning essential information can flow back and forth between the tools you love.
Be more productive and ease collaboration between your teams. Unito’s GitHub integration syncs:
- Title
- Description
- Comments
- State
- Milestones
- Issue number
- Labels
- Issue type
- and more
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.