Radim Vansa

Results 37 issues of Radim Vansa

Hi, I am trying to display a 1.7 heap dump using this tool. After some workarounds and fixes, I am struggling to get the types correctly named from the dwarf...

I actually got surprised that type switches are O(N). > "how else could it work?" I would assume that since the list of hashes is known at compile time, the...

### Module PostgreSQL ### Testcontainers version 1.17.3 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host Arch x86_64 ### Docker version ```shell Docker version 20.10.16, build...

type/bug

For demo purposes (blog...) it would be useful if I could run ``` podman-compose -f https://my.domain/docker-compose.yaml ``` or at least ``` curl -s https://my.domain/docker-compose.yaml | podman-compose -f - ``` Neither...

There are several differences to the official image. While some of these could be actually improvements as a user who wants to migrate from the Docker Hub-hosted image this is...

help wanted

I am trying to generate offcpu flamegraphs using `offcputime` in a container, and I am interested in data about another container. These two containers share process namespace. I have mounted...

### Describe the bug My application is trying to send emails from a thread in vertx's blocking pool with `ordered=true`. The first mail sent from the application get's stuck/times out...

kind/bug
needs-reproducer
area/mailer

I am trying to use LSP with [YAML language server](https://github.com/redhat-developer/yaml-language-server/) - okay, already mentioned in #55 - and checking on vscode-yaml sources I found that [I need to send some...

enhancement

The `Convert pullsecret to JSON` in `ansible-ipi-install/roles/set-deployment-fact/tasks.main` cause the pull secret defined as ```yaml pullsecret: '{"auths": ... }' ``` to end up with one extra layer of quoting, failing the...

Quinoa should check on `quarkus.http.insecure-requests` and when it's `disabled` it should go straight to the SSL port, when it's `redirect` it should follow the redirects. Right now it does not...