Flo
Flo
Greetings! We make extensive use of tags for all kind of resources, like for users, projects and so on. It would be awesome if those tags could be included in...
⚬ _PROBLEM_: I usually switch between a windowed full screen player (which uses max height) and a portrait mode. Last one still uses the full available height and cuts of...
##### ISSUE TYPE - Bug Report(s) ##### SUMMARY This is about multiple bugs, all related to already being inside a container when calling ansible-navigator. A VSCode DevContainer definition is used...
I'm planning to use your tool to backup a redis-cluster into rdb files. Right now I have to check if all_rdb_received is set to 1 and then tell it to...
Hello there! I have some mounts in my devContainer defined like ``` "mounts": [ "source=${localEnv:HOME}${localEnv:USERPROFILE}/.config/openstack/clouds.yaml,target=/root/.config/openstack/clouds.yaml,type=bind,consistency=cached", "source=${localEnv:HOME}${localEnv:USERPROFILE}/.kube/config,target=/root/.kube/config,type=bind,consistency=cached" ], ``` Some users might not have those files. They will get an error...
### Problem When I'm working on ansible roles in vscode, and I have autosave enabled after a relatively short delay (like 1 second), ansible-lint get's triggered before I'm actually done...
Related to #24883 and #88614 I'm using ansible vault files in this example, to demonstrate the issue. When I edit an encrypted file, it's shown as modified in the version...
I'm always cloning repositories into named docker volumes, since mounting workspaces folders into docker machines introduces performance impacts, and for keeping my host clean. This is done via the `Clone...
**Is your feature request related to a problem?** I wanted to use devpod to deploy existing devcontainers (using Dockerfiles) into a k8s cluster. It turned out there are some dependencies...
I noticed repeated issues reported by new users setting up jtd. This issue aims to improve the experience, by optimizing the readme, checking the deployment methods and cleaning up the...