Fernando Correa de Oliveira

Results 248 comments of Fernando Correa de Oliveira

Currently on Deps I'm doing a workaround for making all parameters optional by manipulating the flags on they: https://github.com/FCO/Deps/blob/1684fcb8cae6d77264accb73913691077ebb0d2a/lib/Deps.rakumod#L138 but I think it should be a way for doing something...

I think a possible solution to grep receiving more than 1 argument would be it to have to return at least as many Bool()s as arguments it received. So, for...

Something like this: https://glot.io/snippets/h87e0fpqlu

> @FCO Can I trouble you to compile this branch locally and try to break it? :) Sure! I'll try it out today after day job

The discussion started here: https://irclogs.raku.org/raku-dev/2025-02-17.html#09:52-0004 But yes, I want to access Blu calling the complete name (Bla::Ble::Bli::Blo::Blu) and not only the small name. On your example, the exported Bla::Ble::Bli::Blo::Blu is...

So, my error was not define the module inside the EXPORT sub? I think you solution fixes my problem. Thank you!

I had to do that by hand some times, and ended up not using classify because it would be worst to write and have to loop throw each key and...

It iterates twice each element... and what about multi level classify?