Kai Ren
Kai Ren
@erankor hi, I've some questions, that I haven't figured out from reading docs, `test/playlist.php` and issues. I'm trying to build some TV programm schedule on daily basis. Like repeat 6...
@erankor well, I think that I've got the basics, actually: The whole purpose of `initialClipIndex` and `initialSegmentIndex` is to track the state for `nginx-vod-module` segments producing. As the module is...
@LegNeato at the moment I don't see any need of them here, but it may appear eventually to solve some problems.
@JelteF I do actually think that all the standard derives should be represented in `derive_more` too, just because standard derives are very stupid regarding bounding type parameters. So, it's something...
@CGMossa forwarding is possible if `f64` implements `From`. The current syntax on `master` and `1.0.0-beta.*` releases would be: ```rust #[derive(Clone, Copy, Debug, Into)] #[into(f64)] pub struct ReplacementParameter(Probability); ``` However, if...
@JelteF I've also used it for years in some my projects, and the experience wasn't so smooth around it. I had some breakages between minor version where old wasm binary...
@JelteF we can fix this by referring `::derive_more::core` in the expansion rather than just `::core`. A little bit more of hygiene.
@JelteF @wdanilo I think that this is quite a particular pattern, not enforced neither in `std`, nor being useful in a common case. Now, having the ability to specify `#[as_ref(Self)]`...
@JelteF yup, it just has a very low priority in my agenda regarding `derive_more`. Someday, I'll lay my hands on this.
Keeping this open because of https://github.com/JelteF/derive_more/pull/300#issuecomment-1709853391