Luis Carlos
Luis Carlos
**Issue** When using a custom Python library via `RobotRemoteServer`, automatic type conversion seems to fail. All arguments are passed as `str`. When using the same library nominally, automatic type conversion...
Fix pypa/pip#5378 Add `--no-proxy` option which sets the `PipSession(requests.Session).trust_env` to `False` and also sets `PipSession(requests.Session).proxies` to `{"http": None, "https": None}`. Setting `trust_env` to `False` on `Session` will force `requests` to...
Following [the examples in the documentation](https://robot-framework.readthedocs.io/en/latest/autodoc/robot.api.html#module-robot.api.parsing) causes `Pylance` to report `reportPrivateImportUsage` for any exported symbol from `robot.api.parsing`. There are no errors in execution, just the `Pylance` error. Not sure this...
**Please describe.** I understand `robotcode` will use the [closest `pyproject.toml`](https://robotidy.readthedocs.io/en/stable/configuration/config_file.html) file to find the `robotidy` configuration. However, I prefer the `.robotidy` configuration file name, which is also supported by `robotidy`....
Fixes #5378. This PR was originally done in #12011, which I cancelled due to age and associated pain of rebasing. Originally this PR stalled in addressing https://github.com/pypa/pip/pull/12011#issuecomment-1563054813, but since then...