Dave

Results 135 comments of Dave

Hi @Andereoo if you use a github Actions to do the compile you'll have access to MacOS, Linux and Windows virtual machines to compile on (or run your test cases)...

As a workaround on Ubuntu 22.04, logout, at the login screen switch to Xorg (X11) and log back in and SikuliLibrary does work for me.

I am curious if the goal is to get to a point where - ${var} --> $var - @{list} --> @list - &{dict} --> &dict - %{env} --> %env Why...

Ah so it's only literal values not variables that start with those characters that are being depreciated and now need to be escaped? That wasn't clear, I thought this was...

While not obvious this is mostly possible to do already as mentioned in this post --> https://github.com/damies13/rfswarm/issues/147#issuecomment-1562656893 This feature request is to have configuration options shown in the settings page...

Relevant options: ``` -o NONE -l NONE -r NONE ``` ``` -o --output file XML output file. Given path, similarly as paths given to --log, --report, --xunit, and --debugfile, is...

Agent and manager parts done, now need to update documentation and add test cases

Issue #151 merged into release branch v1.3.0

More than 6 months since a comment, I'll have to assume this is resolved

Hi @Anker101, I have some questions about this: 1) If I understand correctly [environment variables](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#toc-entry-321) always start with `%{` in robot framework, so I can use that to identify them?...