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.

-
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.
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Rollbar
Rollbar is a continuous code improvement platform that helps development teams deploy better software, faster, and quickly recover from critical errors in their code. Rollbar enables developers to focus on continually improving their code and constantly innovating rather than spending time monitoring, investigating, and debugging.
-
Updated
Dec 4, 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 4, 2020 - Java
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Dec 3, 2020 - C
-
Updated
Dec 5, 2020 - JavaScript
Coveralls
Coveralls.io: Deliver Better Code
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Eliminate Tech Debt
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
GTest exports the following targets:
GTest::gtest
GTest::gtest_main
GTest::gmock
GTest::gmock_main
This 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.