The Wayback Machine - https://web.archive.org/web/20210502134355/https://github.com/topics/github
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 12,554 public repositories matching this topic...

refined-github
fregante
fregante commented Apr 10, 2021

Safari, unlike other browsers, treats the host permissions in the manifest as suggestions and they're not immediately enabled on install.

I think that, instead of the welcome tab, Safari users could be redirected to a local html page with a single button that enables it on both GitHub and Gist by browser.permission.requesting the manifest permissions. Once accepted the page could be redirec

corbinchild
corbinchild commented Apr 28, 2021

Is your feature request related to a problem? Please describe.
I have a thumbnail field that can be an image, webm, or mp4 file. Therefore, it is necessary for me to use the file widget with the name and label "thumbnail". The grid view in Netlify CMS uses field inferences to display a preview image for each item in a collection. However, the field inferences code only looks for values fro

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