Marcin Koperski
Marcin Koperski
For modern instance of database when you try connect using DRIVER={SQL Server} it will not allow establish connection. ex. values that required DRIVER={ODBC Driver 17 for SQL Server} it would...
I think in some big resolution to improve performance it would be nice to give option to give hints where to start looking for pattern, when hints failed resume using...
Locate can`t find image when is located on other screen, maybe you can use different method (locateAllOnScreen() as fallback when first failed) https://pyautogui.readthedocs.io/en/latest/cheatsheet.html#screenshot-functions
Maybe is possible to add option to add link do diffrent types of reports, also export to csv for example Aggregate Report below link with diffrent type of reports with...
I found issue that when connecting using jaydebeapi, driver is not properly reload classes to connect to databases. I have setup that both drivers are added to CLASSHPATH and base...
Please add functionality to remove sheet from workbook if possible both using postion and name https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.workbook.html#openpyxl.workbook.workbook.Workbook.remove
During code development in some cases you want to ignore rules made by robocop It would be much more efficient to allow to disable rule directly from "Problems" tab That...
### What happened? Below Code where comparing ${VAR} to 0 is raised as it could be simplified. But when "simplified" will work incorrectly. I personally use it for cases when...