Skip to content
#

client-library

Here are 368 public repositories matching this topic...

gsmet
gsmet commented Mar 2, 2021

Hi,

Some context: we are using the Hub4j GitHub API for our Quarkus Bot (it's a GitHub App based on Quarkus and running as a GraalVM native executable).

The bot can automatically add labels based on triage rules but we started seeing concurrency issues when someone adds labels when the bot is also adding some. Believe it or not, this happened in real life.

AFAICS, the issue is that the `G

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