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 8,077 public repositories matching this topic...

ChungZH
ChungZH commented Mar 14, 2020

项目推荐

  • 项目地址:https://github.com/christianparpart/contour

  • 类别:C++

  • 项目后续更新计划:

  • 项目描述:contour 是一个使用 C++ 17 开发的终端模拟器,可在 Windows, Linux 和 MacOS 三大平台使用,支持字体连字 Font Ligatures(例如 Fira Code 字体)、GPU 加速渲染、背景模糊(Win10、KDE)、256 色和 True Color 和配色主题。

  • 推荐理由:快速、简洁

  • 示例代码:(可选)长度:1-20 行

  • 截图:

Proryanator
Proryanator commented Jul 22, 2019

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!

octotree
mengesb
mengesb commented Mar 2, 2020

Description

Access tokens are shown in clear text on Brave Browser with extension installed

Environment (if bug)

  • Octotree version: 4.1.7
  • Browser & version: Version 1.4.95 Chromium: 80.0.3987.122 (Official Build) (64-bit)
  • OS & version: macOS Mojave 10.14.6
  • Screenshot, if any (drag an image here) - N/A - really don't want to show my token =)
  • Console error log below this
sky5454
sky5454 commented Feb 3, 2020

Here's a text translation of the machine
At present, the contribution to the document is very inconvenient, indirectly leading to the progress gap between the language documents is too large, I hope some good-hearted men could add a button to the document page so that the document contributor can jump directly to the corresponding md file editing page.

Here's what might be useful:

  • On
wesgarland
wesgarland commented Jul 18, 2019

I use stackedit.io and frequently have several documents open in different tabs simultaneously.

It would be very useful to me if the tab title was either the filename or the title of the document or something like that, to make it easy to find what I'm looking for.

document.title = 'StackEdit | ' + document.querySelector('.token.h1').innerText.slice(2)

looks pretty goo

git-history
refined-github
desktop
PicGo
yf-9186
yf-9186 commented Jan 6, 2020

问题类型

Feature Request

PicGo的相关信息

Windows 10 1909 18363.535
picgo 2.2.0

问题重现

功能请求

能否在上传区各个图床标题上以及图床设置中各个图床标题上,添加上图床管理页面的链接,单击后可直接打开浏览器跳转到图床管理页面?
如下图所示

iamnewton
iamnewton commented Feb 21, 2017

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
machour
machour commented Apr 26, 2018

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] ==
OctoLinker
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
Startouf
Startouf commented Jun 21, 2018

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

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
You can’t perform that action at this time.