-
Updated
Aug 20, 2020 - Java
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
.NET
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 21, 2020
Demo Days - How to build a business on GitHub
September 04, 2020 • Virtual
-
Updated
Aug 21, 2020 - Java
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Airbrake
Airbrake empowers engineering teams to release with confidence. We alert you to new errors, and give you the information you need to fix those bugs fast. So you can spend less time debugging and focus on writing and shipping great code.
-
Updated
Jul 21, 2020 - TypeScript
-
Updated
Aug 19, 2020 - TypeScript
-
Updated
Aug 19, 2020 - Python
The front-end date-picker is not localized: days short names are all in default en_US.
Preconditions (*)
- Magento 2.3.x & 2.4-develop
- Date format used is "E, dd.mm.yy"
- Create a store view ( German - de )
- From Stores > Settings > Configuration > General > General > Locale drop down , assign language ( German (Switzerland) ) to the created store . ( Scope : German from top le
-
Updated
Aug 21, 2020 - Ruby
-
Updated
Aug 21, 2020 - Go
-
Updated
Aug 22, 2020 - Python
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 17, 2020 - Python
-
Updated
Aug 21, 2020 - Go
Describe the bug
When TEMPLATE_LIST_TEST_CASE and TEMPLATE_LIST_TEST_CASE_METHOD were added, the corresponding versions with the CATCH_ prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE and `TEMPLATE_LIST_TEST_CASE_MET
-
Updated
Aug 21, 2020 - TypeScript
-
Updated
Aug 21, 2020
Is your feature request related to a problem?
I want to be able to disable the sharing link for extra security
Describe the solution you'd like
A toggle to disable the sharing link in the sharing modal
Describe alternatives you've considered
Additional context
Thank you for your feature request – we love each and every one!
-
Updated
Aug 21, 2020 - Vue
WARNING: /data/users/ezyang/pytorch-tmp/BUILD.bazel:580:1: in hdrs attribute of cc_library rule //:aten_headers: Artifact
'bazel-out/k8-fastbuild/bin/aten/src/ATen/Config.h' is duplicated (through '//:aten/src/ATen/Config.h' and '//:aten_src_AT
en_config'). Since this rule was created by the macro 'cc_library', the error might have been caused by the macro implemen
tation
WakaTime
Productivity metrics, insights, and time tracking automatically generated from your programming activity.
How it Works
-
Install the open-source plugin for your editor
-
Write code like you already do
-
Get a personal or team dashboard with metrics about your programming
Features
- Fully-automatic project detection
- Language usage breakdown
- Private Leaderboards
- Commit stats
- Embeddable SVG charts
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.