GitHub
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 2,174 public repositories matching this topic...
Documentation
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?
Describe the bug
If you use github as backend the following basic setup is required:
- run your own github auth server backend (see https://github.com/vencax/netlify-cms-github-oauth-provider) - https://mygithub-auth-backend.org as an example
-create oauth app in github and configure callback url pointing to your github auth server backend (https://mygithub-auth-backend.org/callback) - set
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
-
Updated
Apr 19, 2019 - JavaScript
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
Documentation for #create_pull_request_review and #submit_pull_request_review isn't very intuitive
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
-
Updated
Jun 28, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
When looking at rst files, the menu item to display the unrendered source in upper right corner mentions markdown instead of rst.
It's great the github releases are automatically generated, but as a user of changelogs I find it more useful to just look at a single Changelog.md file instead of having to page through (sometimes) numerous pages of github releases to understand all the changes that happened between the version I was at and the latest.
It would be great if release were to also automatically generate and upda
Add social tags
Add favicons
-
Updated
Jul 14, 2019 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Jul 8, 2020 - JavaScript
Would it be easy to let us zoom in on a part of the chart or at least provide a date so that we see the data only from that day onwards?
-
Updated
Jun 30, 2019 - JavaScript
-
Updated
May 30, 2020 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
May 16, 2020 - JavaScript
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Feb 10, 2020 - JavaScript
-
Updated
Jan 19, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
Created by Chris Wanstrath, PJ Hyett, Tom Preston-Werner, and Scott Chacon
Released April 10, 2008
- Organization
- github
- Website
- github.com
- Wikipedia
- Wikipedia
Description
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