-
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...
Lua
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
js13kGames competition
August 13, 2020 - September 13, 2020 • Online
-
Updated
Aug 21, 2020 - Java
AccessLint
AccessLint brings automated web accessibility testing into your development workflow. When a pull request is opened, AccessLint reviews the changes and comments with any new accessibility issues, giving you quick, timely, and targeted feedback, before code goes live.
-
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 20, 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
MyGet
The #1 cloud artifact and package repository provider in the world
MyGet provides hosted NuGet, npm, Bower, Maven, PHP Composer, VSIX, Python PyPI and RubyGems feeds for developers, open-source projects and corporate dev teams. Create private artifact feeds for your developers and clients or public feeds the entire world. Upload packages from your build server, any upstream package source, or build, test, and package your code on GitHub into NuGet, npm or PHP Composer packages with MyGet.


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.