Santiago Dueñas

Results 159 comments of Santiago Dueñas

Current version of SortingHat doesn't not track historic information to that level of detail, so it's not possible to recreate the previous identity. With the new experimental version (see `muggle`...

@lukaszgryglicki, muggle branch is a totally different thing. It's still experimental and not integrated with any other component in the stack. You should not use that branch unless you want...

In muggle we use Django ORM and not SQLAlchemY - as in master - to deal with the database, so it's not only about DB structure. If you want to...

Thanks for reporting this. I'll have a lot at it tomorrow and I will report you back with my findings.

Sorry for my late reponse. Busy days. We found the problem. The `--dev` flag doesn't work. There's a bug with it. While we fix it, you will have to remove...

We can close this ticket. We already have linkedin and github profiles. If we need more, we can open tickets to include other profiles.

For this feature we need two things: - an API mutation to remove the existing recommendations - a button on the UI to remove this recommendations

This error is caused by the usage of `utf8mb4_unicode_520_ci` collation. This collation assumes these two characters are the same: see this [link](https://bugs.mysql.com/bug.php?id=9604%20%E2%80%93%20user3399549%20Mar%209%20%2714%20at%2021:15) for more info. We should use `utf8mb4_unicode_ci` while...

We are working on it. I think it will be ready by tomorrow.