Allan Lei
Allan Lei
Installing `bitstruct==8.12.1` will successfully install even if the C extension cannot be built. This behaviour is a little hard to track since it would be unknown if it was installed...
When using virtual packages in-conjunction with version pinning results in the package not found. I am trying to install `gdal-dev` which is not in `v3.4` but is in `edge/testing`. If...
Fixes #306
Using `HTTP20Adapter` with `requests` and closing the session (with context manager) results in attribute error. Usage: ```python with requests.Session() as session: session.mount(current_app.config['APNS_SERVER'], hyper.contrib.HTTP20Adapter()) response = session.post(...) response.raise_for_status() ``` Error: ```...
**Describe the enhancement** When `ignoreReturnCode: false` is set and a process exits with a non-zero exit code, an `Error` is thrown. This error contains the message `The process '${this.toolPath}' failed...
When using `Given/When/Then/etc` to match keywords that start with a variable `${...}`, then `Give/When/Then` is captured into the variable value. According to [Ignoring Given/When/Then/And/But prefixes](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#behavior-driven-style), > Prefixes Given, When, Then,...