Alexander Kunde

Results 6 issues of Alexander Kunde

## Fixes [GNU test color-term.sh](https://github.com/coreutils/coreutils/blob/master/tests/ls/color-term.sh) for LS (kind of) ### Explaination `ls --color=always` should honor the environment variables LS_COLOR and COLORTERM, if they are not set or empty it should...

## New Feature: case sensitive parsing of LS_COLORS *disclaimer: it looks like a lot of changes, it is, but thats due to the fact that its based on another PR*...

### Terraform and Akamai Terraform Provider Versions ```bash terraform -v 1 х │ took 1m 11s │ azr-ed-efs_lmiv_kernanwendung-dev az │ at 13:27:24 Terraform v1.8.2 on darwin_arm64 + provider registry.terraform.io/akamai/akamai v6.1.0...

bug
planned
STG

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

waiting-response
service/virtual-machine
v/4.x

Hi, let's say i want to create a new request where `my_prev_response_id` is an `Option`, so i don't need to handle input myself. ```rust let request = CreateResponseArgs::default().previous_response_id(my_prev_response_id).build()?; ``` From...