Cristian Vargas

Results 31 comments of Cristian Vargas
trafficstars

This one https://github.com/ahlechandre/mdl-stepper could work as a basis.

@mlaursen I could give it a try using the above suggestion as a basis, but I am just getting started with react.

@atyenoria I can setup github actions to automatically send a docker image to docker hub when changes are made to master branch, or when a new release/tag is created. Do...

@danschultzer https://github.com/danschultzer/pow/pull/496 Added a first example for unittests in the lock users guide.

@danschultzer nice! It was indeed a little problematic to test it. I had to create a project from scratch, configure it, etc. This should help with that in the future....

Registrations would be useful for this too? Or this is meant to track only sessions? For the extensions, things like confirmed accounts could be useful too.

#18 worked for me

What should be the interface if I want to add several keys? Do you have something in mind?

@matburt any new ideas about this? This should be quite easy to add (just adding new ssh-add commands at https://github.com/ansible/ansible-runner/blob/master/ansible_runner/runner_config.py#L503) but we need to get a clear interface. Maybe we...

@matburt please check the PR I opened. I refactored the code a little to support both cases (obviously it changes the class structure a little) and seems to work. Please...