Marcos Vinícius da Silva
Marcos Vinícius da Silva
@darlanmendonca @rcrodrigues have you started working on this? If not, I'll work on it :)
I've made some tests and concluded that: 1. This behavior only happens if you clear the input and start typing invalid content, a letter for example. This way, ng-change will...
@calebeaires when you use String() you're converting the boolean false value to the string "false", that is, the boolean true. Maybe the is invalid on the database. Please, refer to...
Hi @patilvikram! Could you try with the version from master of Django-Facebook? We have made changes to close #537 with the same problem.
@mzohaibqc, I'm not a project commiter, just a contributer.
Would a PR to make the redirect_uri optional and adding two more options (post_logout_redirect_uri and id_token_hint) to the logout options do the job? I see [here](https://github.com/react-keycloak/keycloak-ts/blob/b77c6507a8023f96ec00176e6b4d79e8d2723b89/src/client.ts#L358) that redirect_uri is always...
Hii all, anyone else facing the same issue? Are you using the latest version of the lib?
Is this interface/implementation the most suitable for the job of a "distributed lock"? As far as I understand, the leader election feature is aimed to "determine the current leader and...