Skye Shaw

Results 91 issues of Skye Shaw

For example: https://github.com/kamranahmedse/git-first#install

Maybe commit page would be best. For example: ![Screen Shot 2020-04-23 at 9 00 09 PM](https://user-images.githubusercontent.com/17570/80164441-f9309f00-85a6-11ea-80ff-cffd740c5824.png) **Edit:** better screenshot

For example: ```js const html = `one two three`; const truncate = require('downsize'); console.log(truncate(html, {words: 2})); ``` Results in: ``` one two three ``` This fixes it: ```patch diff --git...

``` javascript var d = require('downsize'); var html = 'a   b c d'; console.log(d(html,{words:2, append: '...'})); ``` Outputs: ``` a  ... ```

Given this: "866 Results" cannot be selected. If I wrap it in a `span`, it can be. `.search-options__actions` is floated right.

[Output as Format](https://github.com/sshaw/output-as-format/) does this now. This should too.

enhancement

https://github.com/sshaw/copy-as-format/pull/3#issuecomment-443428813: > suspect a better way than mapping file extensions to Jira language tags would be to map Emacs modes to language tags. That way you get to take advantage...

https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=advanced Need to think about defaults. If there's no title, is there a point to support?

enhancement
hacktoberfest

If we have no branch and ` git-link-use-commit` is `nil` we'll get an empty path segment, e.g., `path//foo`. Under these circumstances we should should signal a "cannot figure out what...

bug

If one changes this (`M-x cd`) to a directory that's not a git repository then the link cannot be generated.