Pekka Klärck

Results 725 comments of Pekka Klärck

I just realized I hadn't understood the PR properly. I though the ideas was to be able to just use `robot tests.robot` and a registered console output would be used....

Month is problematic because it can e 28-31 days. The code for handling formats like "1 day 2 hours" is generic and cannot really handle months. In this particular context...

I agree this would be handy. Probably wouldn't be too complicated to implement but coming up with a nice UI requires some thinking. Anyone interested to prototype this?

If implementing this turns out to be too big a task in RF 7.0, we need to decide how to otherwise solve the issue with the same failure message being...

The above commit removed writing normal keyword and control structure messages to the log file. Only messages that are written are notes about keywords being removed or flattened with `--remove-keywords`...

As explained above, the situation is now the same as earlier. We are running out of time with RF 7.0 so moving this forward.

Is it ok to add this file even though the whole project isn't typed? Can it be added only to a certain sub package? In that case we could add...

My understanding of `py.typed` is that indicates that the module is properly typed. That's not true for the `robot` module and, very importantly, isn't even a goal in the foreseeable...

There's `Reload Library` for loading a library again if it has changed, but there's no possibility to delete a library. What's your use case for that? If the issue is...

This would be a good enhancement. A relatively simple solution would be exposing `TypeConverter` publicly so that it could be used as a base class and registered as well: ```python...