Érico Knapp Lutzer

Results 7 issues of Érico Knapp Lutzer

Enabling this extension, the pretty-print option (`quarkus.log.console.json.pretty-print=true`) doesn't format the JSON log. Is there any other option replacing this configuration?

## Describe the Feature You Want Now we have the option to pass multiple `--env-file` for `docker compose` commands, so it'd be great if we could use it inside `docker_compose`'s...

enhancement

### Expected Behavior When executing `docker_compose` command, some important files (which are supposed to be watched) are in fact ignored. This happens when we have a `docker-compose.yml` file with some...

bug

### What happened? We're using the standard aws-cli image on our runner, but since we updated from v3 to v4 we're facing issues in download-artifact (besides upload-artifact@v4 working as expected):...

bug

Is there any way to change the current variable value on VSCode? Extensions like thunder-client offers a way to simply change variables when we're using some value in different requests/files

When I run this code: ```java MemoryInfo memory = HardwareInfo.getMemoryInfo(); System.out.println("Total memory: " + memory.getTotalMemory()); System.out.println("Free memory: " + memory.getFreeMemory()); ``` I get this: ```none Total memory: null Free memory:...

It would be nice if we can see the number of messages in each queue before clicking on it, because in the right side we'll only see the messages that...