Valentin Huber

Results 17 issues of Valentin Huber

**Is your feature request related to a problem? Please describe.** I have a target that is unstable, i.e. for the same input I don't always get the same observation. **Describe...

enhancement

I'm confused as to which combination of `MapObserver`s and `Feedback`s I should use. Is there a good overview of what the different options do/how to combine them? I have found...

`cargo expand`: ```rust /// The size (in bytes) of a Tcp instance when converted into /// a byte-array #[inline] pub fn packet_size(_packet: &Tcp) -> usize { 20 + _packet.options.len() +...

Would it be possible to derive `Hash`, `Serialize`, and `Deserialize` for parsed structures (`Ethernet`, `Ipv4`, `Tcp`, etc.)? There already is a feature called `serde`, but that seems to only implement...

I'm using the [speedy-antlr-example](https://github.com/amykyta3/speedy-antlr-example/) ever so slightly adopted, only where needed, to run with [Fandango](https://github.com/riesentoaster/fandango). The run in question is [here](https://github.com/riesentoaster/fandango/actions/runs/15639053052/job/44061681932) and the code at the repository at that commit...

``` audiblez MyEBook.epub -v af_sky 2025-05-17 21:33:23.066605: F tensorflow/c/experimental/stream_executor/stream_executor.cc:743] Non-OK-status: stream_executor::MultiPlatformManager::RegisterPlatform( std::move(cplatform)) status: INTERNAL: platform is already registered with name: "METAL" ``` I'm running current macOS on a M1 MacBook...

So we recently [switched to scikit-build-core instead of setuptools](https://github.com/fandango-fuzzer/fandango/commit/dc26b0de29a10c78503281879bcaba44ffa47f97) to enable parallel builds of the C++ binaries in Fandango. Ever since then, beartype no longer reports errors. Nothing about how...