The Wayback Machine - https://web.archive.org/web/20210104045921/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Express logo
Popular topic
Express is a minimal Node.js framework for web and mobile applications.
App recommended by GitHub

Sonatype DepShield

Sonatype DepShield is a GitHub App used by developers to identify and remediate vulnerabilities in their open source dependencies.

first-contributions
Trending repository
Roshanjossey
Roshanjossey commented Nov 8, 2020

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.

🎯 Goal
Replace usage of assets in this repository to assets repository to reduce the size of this repo.

💡 Possible solutions

Following the files in which you have to change asset URLs

next.js
Trending repository
cly
cly commented Dec 28, 2020

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
App recommended by GitHub

CommitCheck

CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.

You can’t perform that action at this time.