The Wayback Machine - https://web.archive.org/web/20220331025006/https://github.com/topics/agent
Skip to content
#

agent

Here are 981 public repositories matching this topic...

Recaf
Col-E
Col-E commented Nov 14, 2021

Describe the bug

Any call to Desktop.browse(...) freezes Recaf on Linux machines with GNOME

To Reproduce

  • Say "yes" to opening the documentation
  • Help > System info > open recaf directory

The Solution

From: https://stackoverflow.com/questions/23176624/javafx-freeze-on-desktop-openfile-desktop-browseuri

if( Desktop.isDesktopSupported() )
{
    new T
kaylareopelle
kaylareopelle commented Feb 18, 2022

Is your feature request related to a problem? Please describe.

Performance is very important to the New Relic Ruby Agent. Even small adjustments can make a huge difference in our customers' environments. lib/new_relic/constants.rb includes constant definitions for EMPTY_HASH, EMPTY_ARRAY, and EMPTY_STRING. There are some calls to the values these constants hold that could be replaced with t

good first issue help wanted enhancement
Max-Cheng
Max-Cheng commented Mar 25, 2022

Minimal reproduce step

1.Using Kafka to create a topic
2.Create a loggie to consume this topic by disable auto-commit
3.Create a another one loggie using same config.

Suggest

using franz-go to consume Kafka consumerGroup. When rebalance happen, loggie can using kgo.OnPartitionsRevoked to handle event of new client join/lost the group.

For example, using `CommitUncommittedO

good first issue

a unique framework for cybersecurity simulation and red teaming operations, windows auditing for newer vulnerabilities, misconfigurations and privilege escalations attacks, replicate the tactics and techniques of an advanced adversary in a network.
  • Updated Mar 27, 2022
  • Pascal

Improve this page

Add a description, image, and links to the agent 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 agent topic, visit your repo's landing page and select "manage topics."

Learn more