Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
Kotlin
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Jun 28, 2020 - Python
GitHub Universe 2020
December 09, 2020 • Virtual
Currently there is no explicit way to "refresh" the alerts list or the alert details view, to view the most recent data. Unless you make some UI action on the page, the data will never be updated, once it's rendered.
You can implicitly refresh those pages with current data by performing some other action on the view:
- on the alerts list, you can switch from the the "Alerts" tab to the "C
When creating or editing a relationship, we should group the relationship type list with the same tag as on the contact page (Love, Family, Other kind, ...), i.e. with an element.
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Codefresh
Build fast, deploy faster
Codefresh is a container-native CI/CD platform running on Kubernetes with embedded caching to provide maximum performance and high scalability.
Assemble pipelines in seconds
In Codefresh, every step in your pipeline is a Docker image, leverage the many out-of-the-box images available already in the codefresh plugins page to assemble your first pipeline or create your own custom steps using any Docker image.
-
Updated
Dec 5, 2020 - PowerShell
-
Updated
Dec 2, 2020
In Docker I can do this:
docker system prune -a --force --filter "until=48h"
which I use as part of a systemd timer on our CI server in order to clean up disk space.
However, when I try this
podman system prune -a --force --filter "until=48h"
I get an error saying Error: unknown flag: --filter.
The filter option was added to image prune and container prune in #
-
Updated
Dec 4, 2020 - Java
-
Updated
Dec 3, 2020
-
Updated
Dec 4, 2020 - CSS
-
Updated
Dec 4, 2020 - PowerShell
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Nov 29, 2020 - JavaScript
Just came across one of our client projects, which uses their own npm registry instead of the official one. By making it configurable via cli-flag like --registry https://my-registry.com we could support that use case.
I'm wondering if this is how we can make our npm plugin testable too! We could spin up a fake registry since we only ever download the tarball and use the --registry flag in
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Dec 5, 2020 - Java
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Dec 3, 2020 - C
-
Updated
Dec 5, 2020 - JavaScript
Snyk
Snyk is on a mission to help developers use open source and stay secure.
Snyk helps find, fix & prevent known vulnerabilities in your Node.js, Java, Ruby, Python and Scala apps. Snyk is free for open source.
Snyk tracks vulnerabilities in over 800,000 open source packages, and helps protect over 25,000 applications.
83% of Snyk users found vulnerabilities in their applications, and new vulnerabilities are disclosed regularly, putting your application at risk.

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.