-
Updated
Mar 30, 2020 - Python
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 8,235 public repositories matching this topic...
Description
Open this page https://github.com/facebook/react/commit/5bce0ef10ab28c87e57dd96dbe1d8470f8d68569?diff=split and open octotree sidebar, you can see a horizontal scrollbar appear at the bottom
Environment (if bug)
-
Octotree version: 2.5.1
-
Browser & version: chrome 70
-
OS & version: windows 10
-
Screenshot, if any (drag an image here)
-
Console error log below
- Gitea version (or commit ref):
- Git version:
git version 2.25.1.windows.1 - Operating system:
Microsoft Windows [Version 10.0.18363.720] - Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
N/A
Description
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?
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
Console Errors
- When clicking on almost any dropdown
content.js:4477 Uncaught TypeError: Cannot read property 'getBoundingClientRect' ofIs your feature request related to a problem? Please describe.
I oversee Digital.gov, a site provides guidance around making better digital services for people in government. All of our websites are built using static site generators (Jekyll, Hugo), and use a mix of Federalist and GitHub to publish the pages.
Currently, we get a fair
I sow there's the GitHub's milestone completion badge #1209 , and it's a pretty cool one.
But i was wondering about a GitHub's project badge.
something like
projectname | 42%cards completed for the whole project (might be of a green color)projectname | 3 in progresscards in progress, might have a purple background similiar to github's projects color
Describe the feature or problem you’d like to solve
Currently, there are several places in GitHub Desktop where how the interaction should work in the app when someone is on a fork is highly dependent on someone's relationship to the project. In other words, are they on the fork because they're just trying to contribute to the upstream repo? Is this a "long-running" fork that's intended to
-
Updated
Apr 5, 2020
建议在界面中添加图床管理页面链接
问题类型
Feature Request
PicGo的相关信息
Windows 10 1909 18363.535
picgo 2.2.0
问题重现
功能请求
能否在上传区各个图床标题上以及图床设置中各个图床标题上,添加上图床管理页面的链接,单击后可直接打开浏览器跳转到图床管理页面?
如下图所示
- Browser: Chrome 75.0.3770.100
- Operating System: macOS 10.14.5
Setup
To set up the extension, [follow the inst
-
Updated
Apr 19, 2019 - JavaScript
-
Updated
Jan 14, 2018 - HTML
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.
- who? - who wrote the p
$ 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-
Updated
Feb 20, 2020 - Rich Text Format
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
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
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
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
https://octokit.github.io/rest.js/
- whitespace on right of header bar for screens < 360px (https://github.com/gr2m/octokit-rest-documentation/issues/42)
- After click on menu, target heading is hidden behind header bar (https://github.com/gr2m/octokit-rest-documentation/issues/40)
- Update URL when scrolling between sections (https://github.com/gr2m/octokit-rest-documentation/is
In spite of I have a README.md on the branch, it still cannot be shown on the main page of repository
Created by Chris Wanstrath, PJ Hyett, Tom Preston-Werner, and Scott Chacon
Released April 10, 2008
- Organization
- github
- Website
- github.com
- Wikipedia
- Wikipedia

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!