Jorge 'Jorhell' Barroso aka flipper83

Results 5 issues of Jorge 'Jorhell' Barroso aka flipper83

**Describe the bug** We have a bug when the command has parentheses. The problem is that we need to split the command by pipes to execute one to one with...

bug
help wanted

**Describe the bug** When running `python` in `clai` enabled terminal, the `stderr` is not logged on the screen. Only when the `python` session is closed, all the `stderr` is logged...

bug
help wanted

On current realm data source implementation the migration policy is remove the previous database values and create the table with empty values. That could be good for some project but...

enhancement

Create a realm data source that implement Rosie Data source, for people can use directly Realm on his projects. this dataSource implementation must be out of rosie default implementation.

enhancement

Refactor code for remove generic code because is not necessary for this case. In the get() method try to use sequenceOf or streamOf as I think they are lazy (meaning...