leo60228
leo60228
FromStr doesn't support lifetimes, and I'd like the following to be possible: ```rust #[derive(Debug, PartialEq, Eq, Clone, Copy, strum_macros::AsRefStr, strum_macros::EnumString)] pub enum ChunkType
This seems like a logical extension of the existing functionality. Of course, you could manually do the bounds check, but that's error-prone and in performance-sensitive applications could be concerning.
`LocalName::new` called for something that isn't in https://github.com/servo/html5ever/blob/master/markup5ever/local_names.txt locks a global Mutex. As `LocalName::new` is called for every class in `Element::new`, and most classes are unlikely to be in that...
Enabling the `static` cargo feature will link libv4l2, libv4lconvert, and libjpeg statically.
This is used by [IndieAuth.com](https://indieauth.com/) and [Mastodon](https://docs.joinmastodon.org/user/profile/#verification). I can picture scenarios where this behavior is unexpected (social account run by a different person than the blogger?) though I'm not sure...
This allows for reading cover.png without a separate server and reading art in ID3/Vorbis tags.
I can't tell what I need to do to use this safely. https://docs.rs/goblin/0.2.1/goblin/elf64/gnu_hash/struct.GnuHash.html
On my system, libctr_core is detected by pkgconfig as `libctr_core`, not `ctr_core`. I assume this would be the same on other systems.
I know this would be a lot of work to implement, but it would be helpful if this supported local trades too. I would help code it if I knew...
I'm working on implementing this in the same way Google Play Music did: ``` am start -a "android.media.action.MEDIA_PLAY_FROM_SEARCH" -e android.intent.extra.focus "vnd.android.cursor.item/playlist" -e query 'Playlist' ```