Skip to content
#

GitHub

github logo

GitHub makes it easier for developers to be developers: to work together, to solve challenging problems, to create the world’s most important technologies.

Here are 11,162 public repositories matching this topic...

refined-github
smac89
smac89 commented Dec 13, 2020

I'm talking about the homepage: https://github.com/

I prefer the original GitHub homepage activities section over what this plugin does. Is there an easy way to toggle it off? I've searched through the options and haven't found anything.

I have tried using these CSS rules to disable some of the work done in this area, but I wish there was a global CSS rule I can toggle to disable all modific

smashercosmo
smashercosmo commented Dec 8, 2020

Is your feature request related to a problem? Please describe.
Nowadays modern browsers use image 'width' and 'height' attributes to avoid layout shift
https://twitter.com/jensimmons/status/1172922185570279425

Also Next.js image component requires 'width' and 'height' attributes to be provided
https://nextjs.org/docs/api-reference/next/image#required-props

The problem is that it's pre

Strange-AI
Strange-AI commented Sep 18, 2018

JS 配置如下:

 var gitalk = new Gitalk({
            clientID: '3654916*****0c0038c28',
            clientSecret: 'd90d031a*****0e0fa4c7fe2fae747b96b',
            repo: 'Strange-AI.github.io',
            owner: 'Strange-AI',
            admin: ['jinfagang', 'Strange-AI'],
            id: vm.codeId,
            distractionFreeMode: false
        });
        gitalk.render('gitalk-conta
renovate
rarkins
rarkins commented Nov 24, 2020

url.parse is deprecated, and is likely to be removed in a new version of Node.js

Use of the legacy url.parse() method is discouraged. Users should use the WHATWG URL API. Because the url.parse() method uses a lenient, non-standard algorithm for parsing URL strings, security issues can be introduced. Specifically, issues with host name spoofing and incorrect handling of usernames and p

Created by Chris Wanstrath, PJ Hyett, Tom Preston-Werner, and Scott Chacon

Released April 10, 2008

Organization
github
Website
github.com
Wikipedia
Wikipedia

Related Topics

git
You can’t perform that action at this time.