Roberto Morati
Roberto Morati
> @robertomorati looking at this now, while it looks good to me, I'd say we need a test to cover the change. Could you please add it to the PR?...
Hi @manelclos I'm really sorry for the delay in answering you. I'll try to find the code of the respective project to see the settings file. Thank you for your...
Hello @manelclos, On the project `settings.py`, we did the specified configurations and: ``` def user_name_attributes(user, service): attributes = {} attributes['username'] = user.get_username() try: if user.healthprofessional: attributes['username'] = user.healthprofessional.cpf except Exception:...
> I'm not sure why you linked me into this issue? Hi @petebacondarwin! Sorry! I marked you because GitHub showed your username. I thought you were a contributor to the...
Solution for Macbook: ``` export PATH=$PATH:$(go env GOPATH)/bin echo 'export PATH=$PATH:$(go env GOPATH)/bin' >> ~/.zshrc source ~/.zshrc ``` @jfeliu007 Would adding it to a help session in the Readme would...