Thiago Guimarães
Thiago Guimarães
Hey Is there a API to update the index settings or to setup it together the mapping using Elastix?
Safari Extension
I would like to see it in Safari. This extension looks so useful. I know that Safari charges to host extensions, it is so bad, but if it is possible,...
Adding HTTP params to plug metadata with filter sensitive values feature (copy and paste from Phoenix). `README` as formatted and I added the options accepted by plug. I could keep...
Hi, I've implemented new public functions to accept the `client_name` as parameter and a new function to stop the client to a given `client_name`. It's useful to switch the Kafka...
Implements #3
## Actions - ImportVoters - ListVoters - CreateVoter - UpdateVoter ## Schema Table: voters Columns: - election_id - name *string not null* - admission_date *date not null* - registration_number *string...
## Actions - ListElections - Vote - VoterSignIn ## Schema Table: votes Columns: - election_id - candidate_id - inserted_at *datetime not null*
## Actions - ListCandidates - CreateCandidate - UpdateCandidate ## Schema Table: candidates Columns: - election_id - voter_id - avatar *string* - slogan *string* - number *integer not null* - votes...
Sometimes I trigger the shortcut to run the test, but my terminal is attached to a iex, tig or something else, and it does not work because it tries to...
** For future users that encounter issues ** In gun version 2.1.0 an attempt is made to load certificates from the OS. Even if you disable verification this will be...