Code Monkey home page Code Monkey logo

turtlehub's People

Contributors

dail8859 avatar machmet avatar malfunction84 avatar vankog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

turtlehub's Issues

Adding space before insertion

When inserting an issue to the log message it tends to mend the insertion with the previous text, bceause no space will be inserted. A space in front of it would be awesome. ;-)

before insert:
beforeinsert

After insert with keyword:
afterinsert

After insert without keyword:
afterinsertnokeyword

Update Octokit.NET

Newer versions support pagination which would help speed-up displaying lots of issues.

Persistent "Show Pull Requests" setting

Could you please make the "Show Pull Requests" selection persistent?
It is a little bit tedious if I have to enable it everytime again and again. ^^

Thank you! :-)

format for external issue numbers

Hey,

I set up turtlehub to fetch from an upstream repo which I forked from. However, just inserting #1234 in the logs is not sufficient for Github to parse the correct issue from this, because it is not in the current repo but an external one. For this we need the syntax another-user/other-repo#1234

To work around this I tried using e.g. another-user/other-repo as keyword, but it parses to
another-user/other-repo #1234
with a space.

This is, because you are inserting a space over here in line 81:

return String.Join(", ", form.IssuesFixed.Select(issue => String.Format("{0} #{1}", parms.Keyword, issue.Number)));

I have some ideas to do this:

  • Remove the forced space on this line. In which case the user should be responsible for the space.
  • Or add a parameter, that enables the use of the another-user/other-repo#1234 syntax. TurtleHub already has the required data for this, so it might be of limited effort and is backwards compatible.
  • ...?

Reload button moves when resizing Issues dialog

The Reload button on the Issues dialog is positioned relative to the top-left corner instead of the bottom-left. This means if you make the dialog shorter, the Reload button is not visible, and if you make the dialog taller, it overlaps with the list of issues.

fetch Pull Requests

hey!

Could you please also fetch pull requests?
I set up turtlehub to fetch from an upstream repo (see #4) where I open PRs in and I'd like to have them available for selection.

Would be really great! :-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.