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,629 public repositories matching this topic...

refined-github
fregante
fregante commented May 7, 2021

Currently our hotfix system only lets us specify only one version at which ALL of the listed features are fixed. I never anticipated that we’d have to use hotfixes so often 😅

I suggest using a new format that is also easy to write: CSV. GitHub might also render a table for this

fit-textareas,21.5.1
avoid-accidental-submissions

Notice how the second line, doesn’t have a seco

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