Anton Dutov

Results 25 comments of Anton Dutov

Nothing at now, but 1.x development stopped, support only,

So, may be like $value, but more complex `#[serde(rename = "$xml:attr:name")]` `#[serde(rename = "$xml:value")]`

@Boscop Just for case where only xml (seri/deseri)lization used, on other cases modification of serde required #[rename(field, target=json)] #[rename(Field, target=xml)] field: Type

@MarcAntoine-Arnaud, @Boscop Continue discussion in #62

@ikod, @GilesBathgate What about [urld](http://code.dlang.org/packages/urld) ?

@zslayton May be use proxy object 'ScheduleBuilder' let s = Schedule::builder() // ScheduleBuilder::default() .with_seconds(true) .with_years(true) .parse(...)

Hi, System is Debian Linux / Unstable - 64bit ``` % ffmpeg ffmpeg version 3.1.1 Copyright (c) 2000-2016 the FFmpeg developers built with gcc 5.4.0 (Debian 5.4.0-6) 20160609 configuration: --prefix=/usr...

``` % dmd DMD64 D Compiler v2.071.1 ``` Also full trace ``` core.exception.AssertError@../../source/dcv/core/image.d(171): Assertion failure ---------------- ??:? _d_assert [0x5aa857] ??:? void dcv.core.image.__assert(int) [0x53b507] ../../source/dcv/core/image.d:171 pure nothrow @safe dcv.core.image.Image dcv.core.image.Image.__ctor(ulong, ulong,...

I'll try get previous version later, Also asser failed inimage constructor ``` ??:? void dcv.core.image.__assert(int) [0x53b507] ../../source/dcv/core/image.d:171 pure nothrow @safe dcv.core.image.Image dcv.core.image.Image.__ctor(ulong, ulong, dcv.core.image.ImageFormat, dcv.core.image.BitDepth, ubyte[]) [0x52ce53] ``` Where code...

ok, i'll try soon