-
Updated
Jan 3, 2021 - Python
Here's what's popular on GitHub today...
Wagtail
-
Updated
Jan 3, 2021 - JavaScript
-
Updated
Jan 3, 2021 - Python
-
Updated
Jan 3, 2021 - C++
BuildPulse
Spend more time shipping and less time re-running flaky tests
BuildPulse automatically detects flaky tests and highlights the most disruptive ones so you know exactly where to focus first for maximum impact.
Integrates with popular test frameworks for JavaScript (Mocha, Cypress), Ruby (minitest, RSpec), Go, Python, and others.
Works with CircleCI, GitHub Actions, Semaphore, Travis CI, Jenkins (beta), and Buildkite (beta). Others are available by request.
-
Updated
Jan 3, 2021 - Go
-
Updated
Jan 3, 2021 - Java
-
Updated
Dec 7, 2020 - Python
-
Updated
Jan 3, 2021 - JavaScript
-
Updated
Dec 31, 2020 - Python
-
Updated
Jan 2, 2021 - JavaScript
-
Updated
Nov 18, 2020 - JavaScript
With firstcontributions/first-contributions#32256, We've moved assets we need in our tutorials to https://github.com/firstcontributions/assets. Now we should use them.
Replace usage of assets in this repository to assets repository to reduce the size of this repo.
Following the files in which you have to change asset URLs
-
Updated
Jan 3, 2021 - Jupyter Notebook
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Jan 3, 2021 - Python
-
Updated
Jan 3, 2021 - HTML
-
Updated
Jan 3, 2021 - Rust
Bug report
Describe the bug
with-google-analytics example double counts page_views. The code
const router = useRouter()
useEffect(() => {
const handleRouteChange = (url) => {
gtag.pageview(url)
}
router.events.on('routeChangeComplete', handleRouteChange)
return () => {
router.events.off('routeChangeComplete', handleRouteChange)
}
}, [r
-
Updated
Jan 3, 2021 - Go
-
Updated
Jan 2, 2021 - Go
-
Updated
Jan 3, 2021 - Go
AppVeyor
Windows developers use AppVeyor to continuously run their tests and deploy apps to cloud or on-premise environments. AppVeyor CI can update the build status on your GitHub pull requests, upload build artifacts to project release and deploy successful builds. AppVeyor is not just a build tool, but it's the place of Windows CI knowledge accumulation - thanks to AppVeyor's vibrant community!
Would be great to add some kind of toast when we do shift-option-c to copy to clipboard. It's not clear that it's working right now.