David Fischer
David Fischer
Hello, # Introduction Many years ago I made some changes for the sole purpose of integrating this module into both personal and professional projects that are running on Amazon Web...
Unfortunately the repository that Dustin Hendel is maintaining on GitLab is not sharing the same history. So I had to duplicate code with meld. I stripped the changes that were...
Related to https://github.com/Colstuwjx/awx-go/pull/33#issuecomment-606354452.
The code base is not big but its looking like a spaghetti code, with global variables and copy-pasted algorithms. The code is not testable, not reusable. For example the functionalities...
First thing first: Thanks for your time. Your docs: [Django driver](http://splinter.cobrateam.info/docs/drivers/django.html) Missing (at least): - click(self) - check(self) - uncheck(self) - checked(self) My code (snippet): ``` def login(self, name_or_email, password,...
Hello, Many years ago I made some changes for the sole purpose of integrating this module into both personal and professional projects that are running on Amazon Web Services and...