-
following the event-based migration swcutil also needs to be changed.
sections:
- headers = timestamp of sysdiagnose image
- db = timestamp/datetime to `Last Checked` field
- network = ?
- set…
-
### Summary
When using the Middy.js middleware for parser, customers can specify envelopes and schemas for the middleware to use to parse the event. To ease usage for customers, we introduced types t…
-
Hey, I was searching around for only an SSE events parser - encoder/decoder. This was the only library I could find that isn't ancient - thanks for your work!
I'm using an openapi spec which genera…
-
The following program is crashing when I am trying to access invoke `std::string t = config.Test("test");` in the callback `cb`. The reason looks to because config is not able to access the memory (?…
-
Hi,
I'm trying to decode events from a ROS bag recorded with the sensor Prophesee EVK4 (IMX636) so the event codec should be EVT3.0.
Using the example provided I obtain events that are not correct (…
-
I have the following use case:
```
require 'socket'
require 'rexml/parsers/pullparser'
# Server setup for demonstration purposes
server = TCPServer.new 2000
Thread.new do
client = server.ac…
-
### Description
When accessing a declared, but uninstantiated, map in the Variables view there is a memory leak. Python, neovim, and codelldb begin to use 2+gb of RAM each. Vimspector becomes unres…
-
Sometimes the data kept inside the CTRL log CSV file doesnt get sent to the events and/or metadata on the server. This appears to be a timing issue with two parts:
1. The multiparser tail CSV parse…
-
I'd like to access the events from Jotdown in JS (via WASM) as JSON. Would you accept a PR to implement optional serde support?
(basically adding `#[cfg_attr(feature = "serde", derive(Serialize, De…
-
From: https://github.com/canonical/operator/pull/1437
`ruff==0.7.0` flags our use of NamedTemporaryFile, and I believe it is correct to do so.
The temp files are owned by `_FilesParser` which is…