Herman Skogseth

Results 5 comments of Herman Skogseth

I just want to chime in and say that my colleague was just blocked by this. We're having a problem similar to that of @wiktorsikora where we need to internally...

Hi! Lately I've been playing around with artifact dependencies at work, and I noticed this issue, so I thought I'd try to fix it. I seem to have something working...

Okay, I see. It’s a very simple fix, I think it was less than 10 LoC, so I’ll open a PR. But I’ll make sure to include tests, and also...

> > > > Based on the description it's not even correct to describe it as "two f64's", it is one f64 and then a u64 with a bunch of...

> > I wasn't trying to solve that, so in my proposal `a: i32 = 17` would take precedence over `impl Default` on the same struct when `S { .....