Skip to content
#

client-library

Here are 349 public repositories matching this topic...

tied
tied commented Jun 3, 2021

As a user of your library,
I want to use the GHRepositorySearchBuilder class to find my forked repositories
so that I'm able to automate fetch upstream.

Current implementation

The GHRepositorySearchBuilder has a forks method. But this is for searching for how many time a repository was forked and not if the repository itself is a fork.

Expected implementation

Add a fork

adnanademovic
adnanademovic commented Dec 26, 2017

Both rospy and roscpp allow various frequencies and ways of logging. In rospy there are most prominently logs that happen periodically or once, as described here.

In the C++ and Python solution, this is done by taking the line number and filename, and maintaining a singleton hash map of all the periodic and unique logs. So

Improve this page

Add a description, image, and links to the client-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the client-library topic, visit your repo's landing page and select "manage topics."

Learn more