Max Ammann
Max Ammann
I did a POC here: https://github.com/puhitaku/mtplvcap/commit/806a48fb0d5ff63114d4eaccfcf9900165452f98 With this command you can stream to basically anything: ` CGO_CFLAGS='-Wno-deprecated-declarations' go run . -max-resolution -debug usb,data,mtp,server | ffmpeg -i - -vcodec rawvideo -pix_fmt...
Hitting a similar issue when compiling android: ``` error: failed to run custom build command for `ring v0.16.20` Caused by: process didn't exit successfully: `/home/runner/work/maplibre-rs/maplibre-rs/target/debug/build/ring-f696b55488b2d439/build-script-build` (exit status: 101) --- stdout...
This only seems to happen to me when using clippy.
> > I cross compiled > > > TARGET_CC = None > > Then it won't work. TARGET_CC and TARGET_AR environment variables must be manually set. > https://github.com/briansmith/ring/blob/main/BUILDING.md#cross-compiling Thanks for...
Happens for me too.
I think there are none which support mdx. But maybe the code which is involved to create slide shows in react is not much. Maybe a simple react library +...
Would be very cool to see this merged :)
Same here, can not get it to work :/
I think if we can make sure libafl does not output to stdout/stderror itself, but everything goes through the Stats, then we do not need to depend on the crate...
I'm refering to the log fascade `log` here: https://crates.io/crates/log