-
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 17, 2020 - Rust
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
GitHub Universe 2020
December 09, 2020 • Virtual
-
Updated
Sep 17, 2020 - TypeScript
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
-
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 17, 2020 - TypeScript
-
Updated
Sep 15, 2020 - Python
Slack + GitHub
Bring your code to the conversations you care about with the GitHub and Slack app. A separate Slack subscription is required. With two of your most important workspaces connected, you’ll get updates about what’s happening on GitHub—without leaving Slack.
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: