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.
Emacs
-
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.
GitKraken Boards
GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.
Plus, use GitHub Actions to automate your workflow; trigger automated actions in GitKraken Boards by linking cards to pull requests descriptions or commit messages in GitHub.
-
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 5, 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 5, 2020 - C
-
Updated
Dec 5, 2020 - JavaScript
Zube
Zube is an Agile project management platform that allows everyone on your team to communicate with the developers. On Zube, it is easy to create an Agile workflow for your team with a kanban board, epics, and sprints. Zube’s seamless integration with GitHub keeps all of your GitHub Issue data in sync across both platforms in real time.

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.