github-client
Here are 86 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
When you first use the app, it may not be really clear to people they have to grant access to FastHub to show the organisations
Describe the solution you'd like
Maybe it's an idea to show the FAQ instead of the no organisation found: try again button. I think people overlook the FAQ icon to quick.
maybe you could just s
This component could benefit from a refactoring similar to EventsScreen, where every event type would be handled by a dedicated method.
Instead of the big switch/case in render(), we could have something like this:
render() {
const { repository, event } = this.props;
const handler = camelCase(`handle_${event.event}`); // lodash's camelCase
if (typeof this[handler] ==
If someone starred or starting following any repository and it was 1 day ago, time in card == 24 hours, but not 1 day.
App version: 3.0.0
-
Updated
Jan 28, 2020 - JavaScript
react-native versin?
npm uninstall -g react-native
npm install -g react-native-cli
命令之后,执行react-native run-android/ios仍然会出现
Looks like you installed react-native globally, maybe you meant react-native-cli?
To fix the issue, run:
npm uninstall -g react-native
npm install -g react-native-cli
When looking at rst files, the menu item to display the unrendered source in upper right corner mentions markdown instead of rst.
-
Updated
May 6, 2020
-
Updated
May 9, 2020 - Objective-C
-
Updated
May 14, 2020 - JavaScript
-
Updated
Jan 19, 2020 - JavaScript
On the web, a plain GH url gets shortened which I find makes links and lists of links easier to parse. Might this be possible in the client?
-
Updated
Sep 11, 2019 - Swift
-
Updated
May 22, 2020 - Swift
-
Updated
May 17, 2017 - Java
For now the image banks show a fixed number of results
It would be nice to load more photos when the user scrolls down
- add a page number in the routes of image banks
- make API call when the user scrolls and reach the bottom of the list (in thumbnail view only)
-
Updated
May 28, 2020 - JavaScript
-
Updated
Nov 16, 2019 - JavaScript
-
Updated
Jun 4, 2020 - Go
-
Updated
Jul 20, 2018 - TypeScript
-
Updated
Dec 12, 2018 - Go
In the README
-
Updated
Jun 14, 2017 - Java
-
Updated
May 22, 2020 - PHP
-
Updated
May 18, 2018 - JavaScript
-
Updated
May 21, 2020 - Swift
Improve this page
Add a description, image, and links to the github-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the github-client topic, visit your repo's landing page and select "manage topics."

I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.