robs-nice99

Results 9 issues of robs-nice99

Hi Google didn't help finding any help on these special targets, and even the ICCCM document doesn't refer `SAVE_TARGETS`, so I thought it would be good to have them documented...

``` except MaxRetryError as e: if isinstance(e.reason, ConnectTimeoutError): # TODO: Remove this in 3.0.0: see #2811 if not isinstance(e.reason, NewConnectionError): raise ConnectTimeout(e, request=request) if isinstance(e.reason, ResponseError): raise RetryError(e, request=request) if...

**Describe the bug** I get an error instead of a report when running coverage on the following code. **To Reproduce** How can we reproduce the problem? Please *be specific*. Don't...

bug

Hi, I'm using orgparse to get a list of recent clock entries. However I don't see how to access the properties and comments inside the clock entries. Here's an example:...

I started a session in a ec2 instance. Then the network had issue and I got disconnected. My screen blocked. Neither Ctrl-C, Ctrl-D got me back to the prompt. What...

Hello, I've been looking for a git-friendly alternative to Postman since the first time I needed to export/import a collection. Congratulations for bringing API manual/auto testing to the dev iteration...

### I have checked the following: - [X] I've searched existing issues and found nothing related to my issue. ### Describe the feature you want to add When I see...

enhancement

Hello, I really the option to "run" all requests in a folder (Run/Recursive Run), however if I try to run the whole collection (by right clicking on the ... of...

### I have checked the following: - [x] I have searched existing issues and found nothing related to my issue. ### This bug is: - [ ] making Bruno unusable...

bug