divinites / gissues

A sublime text plug-in to manage GitHub repo issues :fire:
11 stars 2 forks source link

[Feature request] Contributing repositories autocomplete #86

Open Kristinita opened 7 years ago

Kristinita commented 7 years ago

Request

I want to opportunity autocomplete repositories, to which I have already made contributions: issue or pull-request.

Justification

I do not always remember correct nicknames of the repository owners, or correct repository name, for example, I don't remember, how it called your repository — GitHubIssues, gissues, Github Issues or something else.

I need to open my browser, and search correct name of repository. It takes additional time.

Extended behavior

For example, at the moment of time I make commit, pull-request or issue for 138 repositories.

Contribute repositories

Ctrl+Shift+PGitHubIssues: Create IssueSelect contributing repository → was opened Quick panel where I can select any of my 138 repositories → I print div → I can select divinites/gissues.

Thanks.

divinites commented 7 years ago

The problem of implementing this is that: GitHub does not have corresponding APIs. This question in StackOverflow talked about it.

"Contributed to" including commit, issue and fork, actually issue is a problem, there seems to be no convenient way of doing this.

Kristinita commented 7 years ago

@divinites , I think, it is bad practice — closed unsolved issues. Thanks.

divinites commented 7 years ago

@Kristinita as you wish then

divinites commented 7 years ago

Please, can I ask you to do me a favor? Could you please give me some screen records as in readme.md? Those pictures need to be updated, and I tried several times but the quality of my recorded gif is poor.

Kristinita commented 7 years ago

@Kristinita as you wish then

It is not my whim) . Before issue writing I search duplicate in open issues. If users of your plugin will have same issue, they will search only in open issues and not find duplicate. They will spend their time on writing duplicate issue and your time on answer.

Please, can I ask you to do me a favor? Could you please give me some screen records as in readme.md? Those pictures need to be updated, and I tried several times but the quality of my recorded gif is poor.

Yes, of course, I'm happy to help you. But I do not well understand what you want from me( . May more details? I need to make screencasts for your README.MD?

And we need newest version ScreenToGIF, in past versions I have bugs in encoding.

Thanks.

divinites commented 7 years ago

Hi, @Kristinita Thanks for your explanation.

For Screen record, what I need is as the follows. Actually the interface of issues has changed a lot, so these gifs need an update. I would much appreciate if you could make some or all of these GIF pictures.

Kristinita commented 7 years ago

@divinites, sorry for delay. My Girlfriend now in reanimation, I have not many free time now(( .

Questions

Examples

I make 2 screencasts. Please, tell me, what I need to do better, and I make all other screencasts.

Create issue

Update issue

Thanks.

Kristinita commented 7 years ago

@divinites ?

divinites commented 7 years ago

@Kristinita, Sorry for getting back to you late. I had something to say this morning but I have to go after I reply the other issue you submitted.

Nice screencast! the only thing I would like to change is the crucial lines, e.g.

title gissues

I would like to have the crucial lines in one actual line in the screencast.

There are three paramters

"wrap_width": 80,
"draw_centered": true,
"split_line_width": 0,

you can always change "wrap_width" to a smaller number so as to make split_line shorter.

Kristinita commented 7 years ago

@divinites,









Thanks.

Kristinita commented 7 years ago

@divinites,

  1. I change value of commit_completions trigger to $. & symbol use fo special symbols in HTML. For example, my User/HTML.sublime-completions file:
{
    "completions":
    [
        { "trigger": "&", "contents": "&" },
        { "trigger": "•", "contents": "•" },
        { "trigger": "©", "contents": "©" },
        { "trigger": "«", "contents": "«" },
        { "trigger": "—", "contents": "—" },
        { "trigger": " ", "contents": " " },
        { "trigger": "–", "contents": "–" },
        { "trigger": "»", "contents": "»" }
    ]
}
  1. I'm sorry, ScreenToGIF now have many bugs 😿 . I try no make big bugs, but I can not fixed some small bugs in my screencasts.

Thanks.

divinites commented 7 years ago

Fantastic! Thank you so much for your nice screencast!

Updated.

Kristinita commented 6 years ago

@divinites , you move all GIFs to scislab.com → but now 404 errors in GIFs paths (example). GIFs not displayed in README at the time.

Thanks.

divinites commented 6 years ago

I see... will correct it soon.