Tatu Kairi

Results 34 comments of Tatu Kairi

@matejc can you link the issue in Travis-CI support here?

Hi @simonmeggle, This on the first glance seems an awesome addtition to the library! I need to check this thoroughly which I haven't had time yet. I hope to check...

What version of Windows are you using? Also, what version of pyautogui you have? You can check it like this: ``` >>> import pyautogui >>> pyautogui.__version__ '0.9.30' >>> ```

A nice idea, although there are many implementation concerns: - Can pyautogui even target other screens than the main screen monitor? - How to deal with the fact that pyautogui...

Thanks for your input but we will measure the performance hits or gains empirically while implementing, as well as answer to the rest of the questions. Grayscale matching in pyautogui...

`option()` as a mechanism is a poor choice for providing command line arguments, as then all arguments defined with it will be global to all tasks. It would be much...

Thanks for confirming that RF7 indeed is not supported currently with Oxygen. We will try to adress this issue soon. But yeah, meanwhile please use RF6 with Oxygen

You can already achieve this by crafting the javascript you want to execute correctly: ``` Execute Javascript showPerson('Mr.', ['${Name}', '${Surname}']); ```

In `setup/verify_env.py`, we do the following: ```python from pip._internal.utils.misc import get_installed_distributions ``` This relies, as the line implies, on internals of pip which probably have changed. Rather, we should probably...

@hernandik, this issue is about improving the current logic and where in codebase it should reside. It sounds to me you have found problem with JUnit handler, which would possibly...