Results 102 comments of Lyz

An epic is a concept I've used while developing under Scrum, the idea (I got) is that an epic is a huge task but that *has* an end in time....

I see your point, but find a pair of caveats with your approach. You can have tags with different meanings. For example, I can use tags to define tasks that...

Yes, at this point in time I am, regarding task nesting there is it's own [issue](https://github.com/lyz-code/pydo/issues/37)

Hi @marcules thanks for opening a new issue. I think it's a good idea, but I'm concerned about the performance penalty of doing all those operations, so I'd add a...

Hi @ltog, thanks for taking the time to open an issue, I can reproduce the bug, although if I remove the comment I don't get the same behaviour as you:...

Hi @ltog, thanks for taking the time to open another issue. I agree that the desired behaviour is the one you expect. I'm not sure what is the algorithm `ruyaml`...

Check how [ODMantic](https://art049.github.io/odmantic/modeling/) has solved it

Also remove the skip of the `test_repo_can_search_in_list_of_str_attribute` test

I've started working on the [`feat/add-relationships`](https://github.com/lyz-code/repository-orm/tree/feat/add-relationships) branch in case anyone want's to follow this path

Check how [ormar](https://github.com/collerek/ormar) has solved it