Results 9 comments of Noam Manos

Hi, Just checked it now, compiling with gtk3 seems to work: ``` $ sudo yum install gtk3-devel.x86_64 $ ./configure --with-gtk3 $ make $ sudo make install [nmanos@nmanos ClipIt]$ make make...

You need to install gtk3-devel.x86_64. On CentOS / RHEL: `sudo yum install gtk3-devel.x86_64`

Yes, watermark was what I meant. Perhaps you can start with the menu option, and later add it as an optional watermark ? Thank you! Noam. On Tue, May 28,...

+1 for this feature request. Is there any workaround to preserve lockable resources status after reloading Jenkins JCaC ? Maybe an option (in API) to backup the statuses into an...

A common scenario in our Jenkins env: People work on reserved resources (test Clusters) and from time to time we fix jobs that require Jenkins reload. If someone had a...

I see, any plans to allow it in the future ? Do you know other ROMs of openelec that might support A/V output (on my android + kodi it was...

With the `TRY/EXCEPT` functionality in RF 6.1.1, when an error is caught, it seems that the calling Test/Task is still treated as failed: ![image](https://github.com/robotframework/robotframework/assets/9913945/7e330341-62a0-4c94-98b6-cb37595c792c)

The issue is reproduced on version 0.7.5 on Jenkins 2.277.2, with freestyle job. It only occurs while the console output is **still in progress**, so it shows for example: `[33mThis...

This feature can be quite useful for creating data in file templates. For example, having a template that includes a test variable from a dictionary, using this format: `${dict[key]=defaultValue}` Currently...