-
```
It would be nice if the desktop client would keep notes of last 10 events or so
and show them when you hover with the mouse pointer on the icon in the tray.
```
Original issue reported on code.g…
-
```
It would be nice if the desktop client would keep notes of last 10 events or so
and show them when you hover with the mouse pointer on the icon in the tray.
```
Original issue reported on code.g…
-
```
pragma solidity ^0.4.0;
contract logs{
event logANumber(uint);
event logAString(string);
event logANumString(uint,string);
event logAStringNum(string,uint);
…
-
I need to create an API Gateway that works with Kafka Out of The Box, has integrated logging and monitoring, health checks and works like a simple Rest Api / Reverse Proxy.
Also Server Sent Events, W…
-
### Component(s)
receiver/k8sobjects
### What happened?
## Description
Trying to configure k8s object events to elasticsearch
## Steps to Reproduce
```
receivers:
k8sobjects:
…
-
### Package
OpenTelemetry
### Package Version
| Package Name | Version |
| ------------------------------------- | ------- |
| OpenTelemetry.Exporter.Console …
-
We may want to start tracking bird weights so we can select breeders that are close to the norm. Logging this in events will require parsing, so a separate table for quantitative measures would be hel…
-
Hi,
When logging messages through log4jna every event in the Windows Event Viewer has the same event ID (4096). Is it possible to specify different IDs per message, and if so how?
Kind regards,
…
-
Using `contract.on` somehow returns previous events too. Perhaps the filter is wrong?
-
**Setup**:
RF version : 6 & 7.1
ROBOT_LISTENER_API_VERSION = 3
**Issue context** :
I'm trying to use a listener to handle various interruptions, such as random pop-ups. My goal is to imple…