-
Updated
Jan 3, 2021 - Python
Here's what's popular on GitHub today...
Redux
-
Updated
Jan 3, 2021 - JavaScript
-
Updated
Jan 3, 2021 - Python
-
Updated
Jan 3, 2021 - C++
Imgbot
Imgbot is a friendly robot that optimizes your images and saves you time. Optimized images mean smaller file sizes without sacrificing quality.
Shortly after installing Imgbot, you will receive a pull request with all of your images optimized. Just merge the pull request and you’re done! As you work on your project, Imgbot works alongside you to keep your images optimized.
Imgbot uses lossless compression by default.
-
Updated
Jan 1, 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
Dec 31, 2020 - 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 2, 2021 - Go
-
Updated
Jan 2, 2021 - Go
-
Updated
Jan 2, 2021 - Go
codebeat
Tired of manually scraping your code looking for the smallest issues? Take codebeat for a spin!
codebeat is an automated static code analysis tool supporting multiple languages used by both web and mobile developers worldwide. Now also providing style analysis for projects written in Swift
We've integrated SwiftLint, the best linter for Swift in our code review app and fixed you with a help page. about the feature. Enjoy!
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.