
-
Updated
Jun 27, 2020 - Python
GitHub makes it easier for developers to be developers: to work together, to solve challenging problems, to create the world’s most important technologies.
On GitHub Enterprise without subdomain isolation, URL for GitHub pages becomes
https://example.com/pages/${username}/${reponame}
instead of
https://pages.example.com/${username}/${reponame}
ref: https://help.github.com/enterprise/2.15/user/articles/user-organizati
I'm probably missing something obvious, but neither the website nor this repo has any documentation.
Is this a markdown editor I can embed in my "classic" rendered (html rendered by server) websites?
Do I have to build my own version?
Can I use npm to import it?
Is there any documentation?
This is a followup to sindresorhus/refined-github#2605
In that PR I made some small changes to 3 features to avoid content jumps.
You can contribute more of these changes:
Some features could just benefit from some minimal caching, others need `eleme
Describe the bug
If you use github as backend the following basic setup is required:
It probably wasn't designed for mobile usage but it does work... Kind of. It works but you can only traverse the history by tapping on either edge side of the top bar.
Using Firefox mobile
For Github.
Include number of files inside repository directory.
Must filter by file extension and/or type. Valid types would be file
, dir
or without filtering (both types included).
Data from [here](https://api.github
In the GitHub Action documentation, we can use directly a Docker image from DockerHub as an action.
Can we add a new category for this kind of Action? Or just add them to others links in an existing category?
For example, this docker image contains a documentation section to b
Feature Request
Windows 10 1909 18363.535
picgo 2.2.0
能否在上传区各个图床标题上以及图床设置中各个图床标题上,添加上图床管理页面的链接,单击后可直接打开浏览器跳转到图床管理页面?
如下图所示
Show in Finder/Explorer used to take you inside the cloned folder where the .git folder is located. Now it takes you to the parent projects. i.e, ~/Projects/MyRepo
, now it takes you to ~/Projects/
. When you have a Projects folder with hundreds of projects this is less than helpful.
Version 2.4.3
Windows and Mac
To set up the extension, [follow the inst
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
$ chmod +x DevHub-0.98.5.AppImage
$ ./DevHub-0.98.5.AppImage
[74678:1119/111718.741581:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_DevHubUcWLlF/chrome-sandbox is owned by root and has mode 4755.
[1] 74678 trace trap ./D
I have some notes that I'm hosting locally with grip for easy access. In these notes I have some .sh
files linked. If I click the links in vscode
it opens them up and displays them as I originally wrote them.
The only issue with grip
is that when I open them, they have no whitespace or newlines where the original scripts have it. It's basically all one long, wrapped line.
Possi
As the project grows, it would be easier to contribute if the project follows a specific javascript style guide.
These are what I use in my personal projects:
Linter: https://github.com/eslint/eslint
Config: https://www.npmjs.com/package/eslint-config-airbnb
But any other would work too
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
This component could benefit from a refactoring similar to EventsScreen
, where every event type would be handled by a dedicated method.
Instead of the big switch/case in render(), we could have something like this:
render() {
const { repository, event } = this.props;
const handler = camelCase(`handle_${event.event}`); // lodash's camelCase
if (typeof this[handler] ==
Kinda of rare I think, but sometimes I want to check out all the dependencies a module suggests to install. Examples:
$ yarn add -D eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
The documentation for submit-a-pull-request-review and create-a-pull-request-review doesn't really say what the difference is between the two. Both post a PR review to GitHub.
IMO atleast something should be mentioned as to when to use whi
I cannot figure out how to use properly danger on circleci 2.0 with workflows
Support I have a linear workflow where I bundle my app / install libraries (build
job) and then run the tests in parallel. (I'm taking Ruby/Rspec as an example).
How can I execute Danger to report test failures on all containers ?
Currently if a job fails on circleCI, the dependent jobs are not ran (ie if I
The Docker setup instructions do not show how to run the test suite with the docker-compose command. I've successfully set up the app and started the Rails server with the following command (which is in the instructions):
GITHUB_CLIENT_ID=yourclientid GITHUB_CLIENT_SECRET=yourclientsecret
If someone starred or starting following any repository and it was 1 day ago, time in card == 24 hours, but not 1 day.
App version: 3.0.0
Created by Chris Wanstrath, PJ Hyett, Tom Preston-Werner, and Scott Chacon
Released April 10, 2008
This is my favorite git app by the way!
It would be nice to be directed to that location in a readme by clicking on the marked links of a readme, clicking it doesn't do anything as of now. For well organized readme's, it would be easy to jump to the section you want to read!