Matthias Vallentin

Results 48 issues of Matthias Vallentin

Consider this example: ```python #!/usr/bin/env python import broker endpoint = broker.Endpoint() status_subscriber = endpoint.make_status_subscriber(True) msg = status_subscriber.get(0.5) ``` The output: ``` Traceback (most recent call last): File "test.py", line 7,...

Difficulty: Normal
Area: Python Bindings

This PR leverages https://github.com/mtkennerly/poetry-dynamic-versioning to deduce the version of the Python bindings dynamically. The goal is to use the exact same version as VAST, so that both VAST and the...

enhancement

This PR migrates our notebooks to Quarto. ### :memo: Reviewer Checklist Review this pull request commit-by-commit, as there is some poetry churn. Ensure the following items: - [ ] Make...

enhancement

This PR augments RFC-001 with remote pipelines. ### :memo: Reviewer Checklist Review this pull request by ensuring the following items: - [ ] All user-facing changes have changelog entries -...

rfc

**Is your feature request related to a problem? Please describe.** I'm having an renv.lock file in a subdirectory of a larger repo. But the setup-renv action only works when the...

Is it possible to pass a file via standard input? It looks like there's some seeking going on that would prevent this at the moment. I tried: ```bash evtx_dump -o...

This PR simplifies the getting started instructions to make them more accessible for new users.

docs
improvement

This PR upgrades our docs to Docusaurus v3.

maintenance
docs

This PR adds an AWS SQS connector. ```[tasklist] - [x] Implement loader - [x] Implement saver - [x] Support long polling - [x] Support queue creation - [x] Write docs...

feature
connector

This PR adds a `tui` operator that renders pipeline results in a terminal user interface (TUI). The PR is continuation of #2838, leveraging the [FTXUI](https://arthursonzogni.github.io/FTXUI/) library. See the docs page...

feature
operator