Tommy Brunn

Results 34 issues of Tommy Brunn

Since the metrics are batched and each call to send only sends up to the metric limit, `shutdown` may only send one batch of metrics, rather than all metrics in...

This project was started by Tulio and then maintained mainly by him and I for a good number of years as we worked together on projects that used KafkaJS. Tulio...

maintainer-wanted

Currently, the unknown topic or partition error doesn't display which topic or partition has caused the failure. The log entry looks something like this: ``` { broker: "kafka-host:9094", clientId: "tink-transaction-mapper",...

enhancement
help wanted
good first issue

Currently the way that the sync works is that it deletes all the content of the aws config that was created by granted, and then it fetches the new configuration...

I saw that you had mentioned elsewhere that tab support was something that you were considering, but hadn't come to a conclusion on yet, so I figured I'd create a...

enhancement

If you take a look at the standard gettext method calls, you have more than one key in one method call, in the case of pluralization. For example: `i18n.ngettext('apple', 'apples',...

My icons appeared as broken in IE8 (not >IE8 in IE8 mode), and I couldn't figure out why. Then I read [this StackOverflow post](http://stackoverflow.com/questions/10747144/getting-ie-to-use-private-code-points-in-custom-font-via-font-face) that IE8 seems to have issues...

enhancement
maybe

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...

### What does this PR do? Log a warning when the plain text prometheus metric parsing fails, including the line that it failed to parse. For example: > 2024-05-15 14:58:11...

base_package
team/agent-integrations
team/container-integrations

I'm using nodecache-as-promised to cache some values that I would otherwise need to fetch from an expensive remote. In order to share the cache between my instances, I'm using the...