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 15,334 public repositories matching this topic...
-
Updated
Sep 20, 2021
-
Updated
Apr 5, 2021 - C#
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Oct 22, 2021
Description
GitHub has added a setting that does this:
https://github.blog/changelog/2021-10-12-fixed-width-font-support-in-markdown-enabled-fields/
Screenshot
No response
Example URL
Anywhere textareas are shown
Dark mode
As requested in #7129, it would be helpful to add a dark mode design to Shields.
Initially this probably can use the system light / dark setting.
In terms of process, I'd suggest creating a mockup or a draft PR, doing a quick design review, and then getting approval on the design. We can handle the technical aspects of the code afterward.
建议在界面中添加图床管理页面链接
问题类型
Feature Request
PicGo的相关信息
Windows 10 1909 18363.535
picgo 2.2.0
问题重现
功能请求
能否在上传区各个图床标题上以及图床设置中各个图床标题上,添加上图床管理页面的链接,单击后可直接打开浏览器跳转到图床管理页面?
如下图所示
Describe the bug
In the widget documentation, the pattern
option's sample code is appearing all on one line and thus getting cut off by the container boundaries.
This means the sample regex pattern and the form validation error text aren't visible, making it difficult to figure out the syntax.
To Reproduce
- Go to the widget docs page
Describe the feature or problem you’d like to solve
Microsoft released Windows Terminal Preview yesterday. It would be nice if GitHub Desktop was able to detect it.
Proposed solution
Adds an option to the shells available to use.
Additional context
N/A
-
Updated
Oct 18, 2021 - Vue
-
Updated
Apr 19, 2019 - JavaScript
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
-
Updated
Jan 14, 2018 - HTML
Currently, few icons are not visible in dark theme. Make them visible by using theme neutral icons. May be we can make use of https://shields.io/ to generate our own kind of badges. For eg: Javascript.
-
Updated
Jan 28, 2021 - Python
-
Updated
Oct 17, 2021 - Rich Text Format
Describe the proposed change(s).
(node:2362) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
Should use async 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
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Aug 10, 2021 - TypeScript
Created by Chris Wanstrath, PJ Hyett, Tom Preston-Werner, and Scott Chacon
Released April 10, 2008
- Organization
- github
- Website
- github.com
- Wikipedia
- Wikipedia
Related Topics
git
GitHub Universe 2021
Oct 27 - 28, 2021 • Virtual
Feature Description
Now that we have a minimum of go1.16 set, we can use go's embed functionality to embed templates/web assets (css/js), and translations.
Screenshots
No response