Cole Bemis

Results 82 issues of Cole Bemis

## Problem The interactive `git.clone()` example on https://isomorphic-git.org/docs/en/clone throws a `Failed to fetch` error when you run it: ![CleanShot 2022-07-20 at 08 46 26](https://user-images.githubusercontent.com/4608155/180026243-7195b745-a6c2-4588-9a54-701eacac441e.png) I'm using Chrome Version 103.0.5060.114 (Official...

We want to hide the `Edit this page` links on [Primer ViewComponents](https://primer.style/view-components/) documentation pages that are generated and should not be edited.

type: enhancement

We often write code examples that refer to specific files. For example: ![image](https://user-images.githubusercontent.com/4608155/91347881-d9e59080-e797-11ea-8ebd-a5871eebc21c.png) To indicate that a code example is referring to a specific file, we usually add a comment...

type: enhancement
effort: low

When a pull request is merged, sometimes new contributors are not listed on the bottom of the page they contributed to. Here's a diagram explaining why this happens: ![image](https://user-images.githubusercontent.com/4608155/78403496-4e355280-75b1-11ea-8664-fd8768b2fcc8.png) cc...

type: bug 🐞

There is noticeable lag when searching. Let's fix that.

help wanted

Searching on mobile is not a great experience. Every time you type a character in the search input it jumps back to the top of the page, obscuring the search...

Let's write end-to-end tests so we can be confident that the search and download features are working properly. ## Helpful links: * https://www.cypress.io/ * https://github.com/cypress-io/cypress/issues/949

Let's move the source code for [feathericons.com](https://feathericons.com) into [feathericons/feather](https://github.com/feathericons/feather). **Benefits:** * Pull requests on [feathericons/feather](https://github.com/feathericons/feather) will get deploy previews which is helpful for reviewing icons. * [feathericons.com](https://feathericons.com) will automattically get...

## Summary Implements typeahead search of items in a TreeView: 👉 [Try it out](https://primer-51ba89d964-13348165.drafts.github.io/storybook/?path=/story/composite-components-treeview--file-tree-with-directory-links) https://user-images.githubusercontent.com/4608155/191384491-744194d8-423c-4767-95cf-2a6a6f6c4abd.mp4 Per @jsholes's [suggestion](https://github.com/github/primer/issues/1234#:~:text=for%20each%20treeview.-,The%20%22Keyboard%20interactions%22%20section%20indicates%20that%20%22a%2Dz%2C%20A%2DZ%2C%20all%20printable%20chars%22%20will%20be%20supported%20for%20typeahead%2C%20but%20not%20that%20users%20can%20type%20multiple%20typeahead%20characters%20within%20a%20given%20timeout.%20Nor%20is%20the%20timeout%20mentioned.,-Note%3A%20the%20recommended), users can type multiple typeahead characters within a given timeout (300ms). ##...

react