Pekka Klärck

Results 69 issues of Pekka Klärck

### Description [Robot Framework](https://github.com/robotframework/robotframework) is a popular open source automation framework. The project has the following well recognized logo that we request be included as a brand icon. ![robot-framework](https://github.com/user-attachments/assets/aebb29a9-7cde-4e7c-87f6-8e7c18dc20bf) The...

brand icon

The parsing model supports setting errors for individual tokens, but there are two problems with the current approach: 1. Errors (typically syntax errors) aren't separated from warnings (typically deprecations). This...

enhancement
priority: medium
effort: medium

The pipe-separated format is very little used and for the reasons explained in #5199 we have decided to remove it. Removing it is a backwards incompatible change and this issue...

enhancement
priority: high
deprecation
effort: small

Currently we support data like this so that the created test gets the setup and the template defined after the test itself: ```robotframework *** Test Cases *** Example arg1 arg2...

enhancement

Robot Framework data typically uses the whitespace-separated format that looks like this: ```robotframework *** Test Cases *** Example Keyword arg1 arg2 ``` In addition to that, we support also the...

enhancement

The `${OPTIONS}` variable was added in RF 5.0 (#4229) and in RF 7.1 we added `console_width` into it (#5200). Exposing more command line options via it is typically very easy,...

enhancement
priority: medium

Social share preview is controlled by meta tags such as `description` and `og:image` that Material for MkDocs [social plugin](https://squidfunk.github.io/mkdocs-material/plugins/social/) can generate. When using mike, they don't work if you share...

If I use a [descriptor](https://docs.python.org/3/howto/descriptor.html) as at the end of this description, there are two problems with how the generated documentation for `Example.count` looks like: 1. There's no type information....

feature
fund

### Description I'm using mkdocstrings for API doc generation and referred to a decorator using syntax like `[@decorator]⁠[root.sub.decorator]`. That didn't work, because MagicLink considered it a mention and the link...

P: maybe
T: enhancement