-
### Current Behavior
![Screenshot from 2024-06-14 13-06-42](https://github.com/cryostatio/cryostat-web/assets/56743004/cf2bf1ea-2bf5-4d6b-b03c-85e25d4ff814)
### Expected Behavior
Active Recording…
-
## Minimal reproduction code and steps
```dockerfile
FROM python:3.11
RUN pip install httpie
```
```shell
$ docker build -t httpie .
$ docker run httpie https pie.dev/get
```
## Curre…
-
**Problem:**
The generation of the conflict-practices repositories cannot be handled unattended. It requires a lot of reruns on bigger classes and takes full concentration that you cannot give your c…
-
**Project description**
HTTPie Desktop — cross-platform API testing client for humans. Painlessly test REST, GraphQL, and HTTP APIs.
**Metadata**
* homepage URL: https://httpie.io/desktop
…
-
Right now Falcon requires you to use classes to define resource handlers, like this:
```python
class MyResource:
def on_get(self, req, resp):
resp.body = 'hello!'
api.add_route('/', M…
-
## Expected Behavior
We can add `
"zeromq",
"memcached",
"rabbitmq",
"ossp-uuid"
` to the developer system packages
## Current Behavior
It doesn't install the packages:
``…
-
Go currently allows a user to forward credentials to a GOPROXY using a .netrc file. However, if I specify my .netrc file as follows:
`machine myproxy.com login mytoken`
Go will silently fail and…
-
I would like to make life easier for HTTPie maintainers by implementing [Uffizzi](https://github.com/UffizziCloud/uffizzi)
previews.
Disclaimer: I work on [Uffizzi](https://github.com/UffizziCloud…
-
I would love to capture the full HTTP request and response in a JSON structure so I can extract the various parts programmatically without parsing the plaintext output.
For example:
```bash
htt…
-
I created a micronaut app with an aim to convert it to native app. So far, the application works fine when running as a regular Java program. However, after running [`graalvm` tracing agent](https://m…