Pekka Klärck
Pekka Klärck
Type conversion didn't have anything to do with this issue. The problem is that nowadays `@{list}` used as an embedded argument is always same as `${list}` but earlier `@{list}` was...
Sounds good to me. Are you @osrjv interested to create a PR?
Are you @osrjv still working with the PR?
Thanks for a great PR @osrjv!
There are lot of APIs where adding type information helps, but I don't think adding them everywhere and making MyPy happy is worth the effort. My biggest problem is the...
> Don't you think that by adding static type information to the internal api it would make development / refactoring a much smoother process? No I don't. For me most...
> i think typing even the internal API would be highly beneficial especially for new contributors. This is a valid point, I'm not the only one working with this code...
I'm sure we can add types to various places to make the code easier to understand and to ease navigation around. Adding more documentation and creating some kind of an...
> Tbh in my projects that use robot framework the `@keyword` decorator was the first thing I typed with a local stub because otherwise it erases the entire original signature....
This is good idea but I don't consider it too high priority. If duplicate resource names are a problem, it is typically fairly easy to rename them. With libraries custom...