-
Updated
Sep 16, 2020 - Python
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Sep 16, 2020 - Rust
Babel
Add CMake aliases
GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::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
Ekoparty 2020
September 24, 2020 - September 26, 2020 • Virtual
-
Updated
Sep 16, 2020 - TypeScript
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.
-
Updated
Sep 15, 2020 - Python
Is your feature request related to a problem? Please describe.
More or less being able to start TC2 in a borderless window everytime it launches, without having to add -sw -noborder to the launch options.
Describe the solution you'd like
Adding said option in the title to list of Display mode under the video settings, given how Garry's Mod was able to add this feature for some time
-
Updated
Sep 16, 2020 - Jupyter Notebook
-
Updated
Sep 16, 2020 - Shell
-
Updated
Sep 16, 2020
如何将md当做ipynb打开?
-
Updated
Aug 4, 2020
-
Updated
Jul 12, 2020 - Python
-
Updated
Sep 16, 2020
-
Updated
Aug 15, 2020 - Swift
-
Updated
Sep 16, 2020 - CSS
-
Updated
Sep 16, 2020 - Java
Refactor code and make it more modular, remove duplicate code, etc. For example, the code for error handling can be moved to a separate function and made modular.
I currently use the legacy IndexTemplates with the "inheritance" mechanism.
During runtime, my application, will read in plain JSON templates from the filesystem and make PutIndexTemplateRequests out of the content using the standard "source(Map<String, Object>)" API available in all Request subclasses to fill the request with the relevant content.
Now, that those templates are becoming legacy
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Sep 15, 2020 - Python
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.
I've come up against a bug with ActiveRecord when using namespaces models and polymorphic associations, it's a common use-case so should probably be fixed before a 4.2 release.
Error:
Example: