Results 25 issues of Zoxc

It would be nice if the UDP echo server example was more realistic and allowed binding to any interface. The current example doesn't constrain the reply to occur from the...

T-docs
A-tokio
M-net
C-feature-request

Currently drawing outside the chart area is handled incorrectly because the drawing backend has no clipping support. To fix this we could clip drawing to the chart area and no...

bug

[Testing out mimalloc (v2.2.2) in the Rust compiler ](https://github.com/rust-lang/rust/pull/138764#issuecomment-2742015142) shows some large regressions in physical memory use in some scenarios. I don't observe these regressions in my Rust port and...

The code for segment size calculation (on `master`) seemed quite sketchy and hard to understand. In particular it lacks overflow checks. I forgot to report the issue when I noticed...

This adds an action to add items from multiple opened documents. My use case for this is merging multiple BrickLink wanted lists. It reuses the `SelectCopyMergeDialog` class for document selection...