Lukas Fleischer
Lukas Fleischer
### Checklist - [X] I made sure that there are no similar feature requests - [open](https://github.com/itsdrnoob/DataMonitor/issues) or [closed](https://github.com/itsdrnoob/DataMonitor/issues?q=is%3Aissue+is%3Aclosed). - [X] I have taken the time to fill in all the...
Running the test suite with 08d7f335 (Add compatibility with FFMPEG 7.0, 2024-05-08) and with ffmpeg 7.0, there seem to be several test failures: ``` The following tests FAILED: 30 -...
### Description To reproduce, add a simple guard() hook and configure guard() to run client-side only: ```javascript export async function guard(pageContext) { console.log("guard"); } ``` The hook is only executed...
This is a concrete proposal to fix #1943. Without knowing much about how the import functionality is currently implemented (and knowing little about Haskell in general), I'd expect this to...
Tests are failing when trying to upgrade our Arch Linux meilisearch package to version 1.22.2: ``` failures: ---- batches::list_batches_status_filtered stdout ---- thread 'batches::list_batches_status_filtered' panicked at crates/meilisearch/tests/batches/mod.rs:167:5: assertion `left == right`...
### 🐛 Describe the bug Attempting to rebuild our torchvision packages at Arch Linux against ffmpeg 8 fails with: ``` /build/torchvision/src/python-vision-0.23.0/torchvision/csrc/io/decoder/video_stream.cpp: In member function ‘virtual void ffmpeg::VideoStream::setHeader(ffmpeg::DecoderHea der*, bool)’: /build/torchvision/src/python-vision-0.23.0/torchvision/csrc/io/decoder/video_stream.cpp:125:32:...
Before moving a rebuild from the staging to testing repos, it'd be good to be able to quickly spot potential overlaps with other packages that haven't been moved to [core]/[extra]...