-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behaviour
I'm trying to compile Bitcoin Core for test coverage as explained in `doc/developer-no…
-
**Describe the bug**
As discovered in the [recent chaos day](https://zeebe-io.github.io/zeebe-chaos/2023/06/02/Using-Large-Multi-Instance/) it seems that the current batching of large multi-instanc…
-
These will make the entire process faster and use the full potential of the device:
- Implement `multi-processing` for capturing images and camera rectification of images in `RUN.py`.
- Implement `m…
-
Hi there,
Newbie, hope this is the correct place to raise issues.
I'm trying to build a program with both input and output using 'sounddevice'.
The program outputs into a USB audio interface an…
-
-
#### Summary
This report outlines test cases designed to check the behavior of the `search_items_API` function when handling various site parameters, including invalid and multi-site queries. These t…
-
Follow-on from #17, #22, #25. Add a `PdfParagraph` object that allows for easier handling of multi-line text with embedded character formatting changes.
Ideally, it would be possible to generate a …
-
Hi,
I am currently set maxSearchDist in lots of C2C distance computations, which will not be compatible with multi-threading. I was wondering whether I can improve performance by multi-processing i…
-
Right now processing is done _one stream at a time_, which works but does not make use of `ffmpeg`'s awesome capability to _do all at once_. Sounds like it would make more sense to _set up
the proces…
-
The initial processing scripts for input data set have a “1-step” design pattern: a single function `process()` does all the work.
This must be extended to allow multiple layers of processing steps…