jwiesler
jwiesler
I'm using the newest beta with Webpack with Bootstrap 5 and noticed that while all other Bootstrap are included via `import "bootstrap/js/dist/dropdown";` the final bundle still contains `bootstrap.esm.ja`. This file...
I did some chores :)
This pull request implements a safe interface for setting a log callback and provides a simple default implementation that prints via the `log` crate. It does not change any existing...
Observations: * I omitted auto derived impls and blanket impls, which brought down the api json file from 25mb to 7mb * `cargo public-api diff` does not work, I couldn't...
I'm trying to use public-api with features in the diff mode. However, `--features` eats all following strings, e.g.: ``` cargo public-api --features runtime-tokio-hyper,async diff HEAD..master ``` This runs the normal...
- [x] I have searched open and closed issues for duplicates --- ### Bug Description Drag and drop of images from other applications (firefox and chrome, possibly more, didn't test)...
I wasn't sure which features we want to add to `package.metadata.docs.rs` in `Cargo.toml` since the key already exists and only includes `runtime-tokio-hyper`.
This is caused by the (new) union with a raw pointer `map: *mut AVChannelCustom` in `AVChannelLayout::u`. Could `AVChannelLayout: Send` be added?