Raphael Smadja

Results 6 issues of Raphael Smadja

Several metadata can exist in resources, hence adding them in permitted_dup cf [Robot Framework documentation](http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#free-test-suite-metadata)

**Describe the bug** In the `_get_kwargs` generated method, the body is determined as File type (because the format in my swagger definition is `binary`), but it tries to access its...

Hello, According to [handlebarsjs documentation](https://handlebarsjs.com/guide/builtin-helpers.html#if), the else tag should be `{{else}}` instead of `{{#else}}` That is causing issue when the template must be shared between several languages Could you please...

Hello, Since version 4.1.1, the documentation cannot be generated anymore: ```shell $ libdoc Remote::http://127.0.0.1:8270/ClientLib list > Calling dynamic method 'get_keyword_documentation' failed: KeyError: '__intro__' ``` Note that if I revert to...

**Describe the bug** Hello, When using the `enabled` parameter in my `robot.toml`, my profile is not enabled **To Reproduce** Steps to reproduce the behavior: robot.toml: ```toml [profiles.ci] description = "CI...

documentation
enhancement

Hello, I'd like to be able to activate other profiles when selecting one. Note that this is different from the `inherit` For instance let say I have the following profiles:...

enhancement