Dirk Schiller

Results 29 issues of Dirk Schiller

If activated Atom is not usable anymore. Between a click or any UI Interaction and the graphical Representation of the Action is a Timegap of multiple Minutes.

``` *** Settings *** Library SikuliLibrary *** Test Cases *** Test Input Text \ Test # Types only `Tet` instead of `Test` ```

The following code doesn't work if the `Unlink.png` is on the second screen. ``` *** Settings *** Library SikuliLibrary Suite Setup Setup Suite Teardown Teardown *** Test Cases *** Click...

If `input text` is used to send an `y` it still sends an `z`. ``` *** Test Cases *** Test Inputs Type y *** Keywords *** Type [Arguments] ${text} Sleep...

On MacOS the following fails: ``` Click LPX/NewTrackInstrument 0 30 ``` Instead of going 30 Pixels down ( Y Axis ) Sikuli tend to go 30 Pixels up. Using: ```...

``` D:\Work\Coding\DevDocs\devdocs>bundle exec thor docs:download --default (1/6) DOM Events FAILED (Errno::ENOENT: No such file or directory - gunzip) (2/6) CSS FAILED (Errno::ENOENT: No such file or directory - gunzip) (3/6)...

bug

Within the Docs are `Constants`: ``` Constants Constants are specific Tags which define a constant which can be used in the Steps. This could be useful when you have values...

question

## Expected Behavior No Error Message like ``Win32 exception occurred releasing IUnknown at xxx`` ## Actual Behavior ``import wmi, pywinauto`` results in Error Message ``Win32 exception occurred releasing IUnknown at...

question
Priority-Critical
3rd-party issue
need investigation
refactoring_critical

**Describe the bug** the *.md Page is empty if a specific Content is provided. **To Reproduce** Steps to reproduce the behavior: 1. Create test.md 2. Add following Content: ```json '''json...

``command 'blender.newAddon' not found``