Many Kasiriha

Results 29 issues of Many Kasiriha

When using a Keyword which does not exist, RobotCode correctly shows an error. There is no option for a `Quick Fix` Add `Quick Fix` options for non-existing Keywords. e.g. -...

enhancement

**Describe the bug** The error message which is thrown when using ```` *** Settings *** Library Browser ```` and if a user forgot to install Playwright dependencies via `rfbrowser init`...

bug
priority: medium

import ssl import urllib.request ctx = ssl.create_default_context() ctx.check_hostname = False ctx.verify_mode = ssl.CERT_NONE with urllib.request.urlopen(url_string, context=ctx) as u, \ open(file_name, 'wb') as f: f.write(u.read())

enhancement

Readme - [x] Update poetry installation instructions in Readme - [x] Mention April as maintainer Dependency Risk due to wildcards - [ ] Add daily test runs or lock dependencies...

todo

**Enhancements** - [ ] Implement code-completion for .py files - [ ] Implement code-completion for variable names - [ ] Implement code-completion for 'Library' keyword, e.g. when loading an additional...