Kid

Results 161 issues of Kid

### Description On PR conversations it works fine. ### How to replicate the issue 1. Open https://github.com//refined-github/refined-github/pull/5807/files 2. Click any line to bring up comment popup 3. Notice comment button...

bug
help wanted

### Description Glad to see GitHub implemented a "Load more commits" button on compare pages, it used to show all the commits between the two compared refs. However as with...

enhancement
help wanted
good first issue

### Description It has been some time since GitHub announced [Command palette](https://github.blog/changelog/2021-10-27-command-palette-beta/). While it is as standalone as it can get, maybe some features should work with it: - `sort-conversations-by-update-time`...

enhancement
help wanted

### Description I stumbled [a broken file](https://github.com/pages-themes/primer/blob/master/thumbnail.png) and it seems GitHub now shows a banner for missing files natively: It may be a little confusing to have the useful but...

enhancement
help wanted

### Description Quiz time: what feature added what shortcut and where does the shortcut apply? We should follow GitHub in the following ways: - **Have concise, categorized shortcuts help.** Dumping...

help wanted
meta
under discussion
good first issue

Resolve #486 This PR replaces `examples/static/50MB.zip` with a file created via `dd if=/dev/zero bs=1024 count=50000 > examples/static/50MB.zip` and can be compressed pretty well by Git. As long as the example...

https://github.com/oakserver/oak/blob/2f45b22b0824b358b3aca0f48c0304633a6b7c50/examples/static/50MB.zip Git doesn't seem to be able to compress this example file and even doing a shallow clone (`--depth 1`) is downloading the entire 50MB: ``` $ git clone https://github.com/oakserver/oak...

On macOS, `~/Library/Application Support` is where applications persist data, and caches are stored in `~/Library/Caches`. Currently `electron-updater` mistakenly created its own `Caches` directory under `~/Library/Application Support`, which is bad practice...

electron-updater

If the repository name is very long and does not wrap, it may overflow in the hidden sidebar: Example: https://github.com/wangtao03/Taiko_no_tatsujin_dokodon_Mystery_Adventure_Chinese_Patch

bug

When the sidebar is expanded (either automatically or via shortcuts), it would be ideal to focus the search box automatically so users can start searching immediately.

enhancement