Ruben De Smet

Results 235 comments of Ruben De Smet

This took a bit longer than anticipated. We got [a publication out](https://doi.org/10.3390/s24031030), so academia-wise, we're all happy now. In between writing that paper and getting it out somewhere, there was...

(that's a disfunctional rebase, we still have to reintegrate in the new backend-selection)

> There's probably something better than Mask, but just confirming that the TBL slowdown is serious. 😭 Yep, it's quite devastating indeed... If we've got news on that front, we'll...

@Tarinn made some progress by now on the aarch64 problem, but we're not there yet. We thought we would have some speedup by working around llvm/llvm-project/issues/58323 (some vget instrinsics don't...

Hi, I'd like to implement this. I'd love to have it on Kodi (new name of XBMC). Should I put it in Album Art, or in a new one? I...

> I think this should be part of `fetchart`, much of its infrastructure is likely to be reusable. Roger that. I am on it for the rest of the day....

Looks like there's a test suite, I'll have a good look. Expect a merge request soon :)

How are you calling both libraries? Because if you just `phonenumber::parse("3912312312", None)`, without any country for context, the `39` prefix will be taken for the Italian prefix, and I would...

Can reproduce with this test case: ```diff diff --git a/src/phone_number.rs b/src/phone_number.rs index 560bbbd..53ed717 100644 --- a/src/phone_number.rs +++ b/src/phone_number.rs @@ -265,6 +265,12 @@ mod test { .unwrap() } + fn parsed_local(country:...

Weird, can't repro with the Belgian number `#[case(parsed_local(BE, "32932620"), Some(BE), Type::Unknown)]`. That test just passes. It wouldn't be a valid Belgian number though, because we'd have it start with 03...