-
Updated
Jan 4, 2021 - Python
Here's what's popular on GitHub today...
Xamarin
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Jan 4, 2021 - Python
-
Updated
Jan 4, 2021 - C++
Issue-Label Bot
Issue Label Bot automatically labels issues as either a feature request, bug or question, using machine learning. You can alias these labels so that the labels are personalized for your repo (for example if you prefer enhancement vs. feature_request).
Instructions on how to alias the labels can be viewed on the app's website.
This app only works on public repositories.
-
Updated
Jan 3, 2021 - Go
-
Updated
Jan 4, 2021 - Java
-
Updated
Dec 7, 2020 - Python
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Jan 4, 2021 - Python
-
Updated
Jan 4, 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 4, 2021 - Jupyter Notebook
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Jan 3, 2021 - Python
-
Updated
Jan 4, 2021 - HTML
-
Updated
Jan 4, 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 4, 2021 - Go
-
Updated
Jan 3, 2021 - Go
Datree
Datree is a git-based policy engine.
It allows engineering teams to automatically enforce coding standards and security policies directly within their git workflow.
Datree connects with GitHub pull requests to provide automatic policy compliance checks and insights for every code change. Create and enforce custom or built-in policies, in the context of your dev stack.
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.