Ben Merritt
Ben Merritt
In principle, yes. But that's a far slower operation than directly comparing the numeric data. Since the default ordering comparison is used for performance-critical operations like index lookups, it seems...
> Use case : guessing the home country of a user from his phone number to switch features based on the market. That could be useful, although I'd imagine that...
The only problem with that is that I wouldn't consider this ready for release. In particular, there's an existing issue with collation (#3) that, as far as I'm aware, would...
By my reading of the Homebrew package guidelines, they really seem to want a tagged stable version, not just any tagged version, and until the existing issues are resolved, I...
I haven't made any progress for a while because my initial reason for starting the project ended, but if there's still interest in making this production-ready, I'd be happy to...
Well, I guess we'll see what kind of attention the project gets now. I'll fiddle around with Docker to see if I can get a reproducible test container working. That...
The `libphonenumber` API has a `getNumberType` function as part of `PhoneNumberUtil`, and that could potentially be integrated with these bindings, but I'm not aware of any functionality that it provides...
Another thing that seems a bit off with the current implementation is that `checkHtml5Validity` calls `checkValidity`, which may trigger `invalid` events. For "vanilla" HTML controls, `invalid` events are pretty much...
If the decision is made that Oruga should move in this direction, I'd be willing to take on the implementation work.
I'll take a look. I think it'll be fairly straightforward, although there'll be a bit of boilerplate to sort out.