Frostie314159

Results 21 issues of Frostie314159

When using a conditional field, the reader and writer functions should operate on the value of the option. And not the option itself.

question

There is no documentation on how to actually read frames from the PipeWire stream acquired with screencast.

documentation

Since there haven't been any updates for two years and due to a lack of an alternative in the area of spacial audio, I'd like to know if there is...

enhancement

Hi the crates.io version appears to have been lacking updates for 2+ years by now. Why is that?

# Description Airodump and related tools should have an option to filter out any traffic from an AWDL mesh. These meshes always use the same BSSID(00:25:00:ff:94:73) and whilst piggy bagging...

Hi I would like to know if active monitor mode is implemented by the driver or wifi chip itself.

This PR adds `Deref{Mut}` which internally just call `get_{ref|mut}`, which will stay, as to not break compatibility.

I'm not sure what exactly caused this, since my crate uses generics extensively, but it seems to be related. [rustc-ice-2024-02-01T09_12_26-75080.txt](https://github.com/rust-lang/rustfmt/files/14122773/rustc-ice-2024-02-01T09_12_26-75080.txt)

bug

The default `TryFromCtx` impl for `&str` succeeds, even if a null byte is missing. This caused the unexpected behavior in #95. I'm unsure, if this is intended behavior, but while...

The `SizeWith` trait already has the `Ctx` generic set to `()`, this would probably be useful for `MeasureWith` too, since it sort of breaks the pattern.