Fernando Correa de Oliveira

Results 246 comments of Fernando Correa de Oliveira

It seems to be fixed now! Thanks @greenfork for opening the issue and @lizmat for fixing it!

is it possible to do it on red's side? i'm not very fluent on github actions... but if people wanted to do that on rakudo side it would also be...

using the regex `/\[%[\s\S]*?%]/` it works. Why the `s` flag isn't working?

Yes, I know. But `.` wit the `s` flag should match anything, including `\n`, so `/[\s\S]/` and `/./s` should be equivalent, so, my version should work, shouldn't it?

Red::AST::Chained is implemented, but not used the full potential

Red::Driver::Mock exists and defaults do Red::Driver::SQLite

And: ``` bla: ble: ``` Is not parsed:

Now it accepts multiple columns for .classify, but I don't think it will solve your issue... still working on that...

@jonathanstowe I think that might be closer to what you want now (but not there yet). .classify now accepts a :&reduce (it still needs to use `what-does-it-do` (as the other...

Maybe we could try something like: ```raku Model.^all.classify({ MyClassifiableClass.new: .foo, .bar }).Bag ``` (https://glot.io/snippets/gh56566qcg) and create that class specifically for Red. That class could also be used to make map...