Elizabeth Mattijsen

Results 905 comments of Elizabeth Mattijsen

Perhaps [Array::Sorted::Util](https://modules.raku.org/dist/Array::Sorted::Util:cpan:ELIZABETH) can be of use?

FWIW, I have been toying with the following idea: If you do `use pre-production` in your code, it will **warn** about unpinned versions in `use` statements (`use Foo`). We can...

@niner Yeah, that's what I also had in mind, until I got distracted by `App::Rak` and the conference :-)

Well, to me it was not just a SMOP :-(

+1 one it being enforced by fez

FWIW, whether binding or assignment is used in built-in functions, has usually been a case of historical development, and changing insights / experience. I think it would make sense to...

> ===> Testing [OK] for XML:ver:auth > [ long wait, here ... ] > ===> Testing: LibXML:ver:auth > > This is not an issue with long installation time. It's long...

FWIW, I think a `clamp` method should take a `Range` (or 2 values) as parameter. This would allow it to be used on e.g. a List, a Supply, etc: 42.clamp(^10);...