The Wayback Machine - http://web.archive.org/web/20220323001113/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 18,012 public repositories matching this topic...

refined-github
fregante
fregante commented Mar 12, 2022

Description

https://github.com/refined-github/refined-github/blob/b9c951ae7e151164940662e178e83ce68e0c4553/source/features/batch-mark-files-as-viewed.tsx#L21

Instead of checking whether there was a previousFile, it should:

  • use previousFile?.isConnected to check whether the box is still in the same document
  • default to the first item

This is because I scroll down the page, the

adriens
adriens commented Feb 7, 2022

📋 Description

This badge is dedicated to SDKMAN! so people can share that :

  • 1️⃣ Their software is distributed through sdk
  • 2️⃣ The latest version of the released software

A clear and concise description of the new badge.

  • Which service is this badge for e.g: GitHub, Travis CI : SDKMAN!
  • What sort of informat
good first issue service-badge
desktop
donokuda
donokuda commented Jul 6, 2017

From desktop/desktop#2160 (comment)

It's be nice if we could expose a drop down that allows users to start from a template. I'm thinking having that description there is not necessary; putting the description behind a tooltip should allow people who want/need to know what a gitignore file is to see it while allowing us to use that space for showing the f

enhancement design-input-needed good first issue
github-profile-readme-generator
renovate
rimas-kudelis
rimas-kudelis commented Feb 14, 2022

What would you like Renovate to be able to do?

I managed to set up a self-hosted instance of Renovate to check all our Bitbucket repositories, it's launched as a Bitbucket pipelines job.

However, at the moment it has to authenticate using an app password as a Bitbucket user. Meanwhile, Bitbucket allows [authenticating as an integration](https://developer.atlassian.com/cloud/bitbucket/res

type:feature help wanted priority-3-normal good first issue
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