yellowhat

Results 32 issues of yellowhat

## Environment ```zsh $ print $VENDOR $OSTYPE $SHELL $ZSH_ARGZERO $ZSH_PATCHLEVEL pc linux-gnu /bin/zsh /bin/zsh zsh-5.9-0-g73d3173 $ print -l $_autocomplete__funcfiletrace /home/user/.cache/zsh-snap/functions/.znap.source:26 /home/user/.cache/zsh-snap/functions/znap:42 /home/user/.config/zsh/.zshrc:37 $ git -C ~zsh-autocomplete log --oneline -n1 5b0073d...

bug

**Is your feature request related to a problem? Please describe.** It would be great to have a black `Pointhi` theme, especially for users with AMOLED displays. **Describe alternatives you've considered**...

enhancement

### Bug description Hi, consider the following: ```bash $ python -c "from requests.packages.urllib3.util.retry import Retry"; echo $? 0 $ python -c "import requests.packages.urllib3.util.retry"; echo $? 0 ``` But pylint is...

Needs reproduction :mag:
False Positive 🦟
Lib specific 💅

/kind feature **Description** Hi, I have noticed that there is no `podman` plugin to dynamically create the Ansible inventory, while there is one for [docker](https://docs.ansible.com/ansible/latest/collections/community/docker/docker_containers_inventory.html). Is there a way to...

enhancement

### What happened? Hi, I would like to use the `postrender` argument for `kubernetes.helm.v3.Release`: ```python kubernetes.helm.v3.Release( "core", name="test", ... postrender="/tmp/z.sh" ) ``` where: ```bash $ cat /tmp/z.sh #!/usr/bin/env bash cat...

kind/bug
area/helm

## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...

kind/bug
area/helm

## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...

kind/bug

Hi, I would like to apply PolicyPack against resources imported using the function `azure.compute.get_shared_image_version`. Consider the following example: - `__main.py` ```python import pulumi_azure as azure vm_image = azure.compute.get_shared_image_version( name="0.1.0", image_name="node",...

kind/question
awaiting-feedback

Hi, I am noticing very strange artifacts when rendering emoji. I am using the following config file: ``` font = "monospace" font-color = "joypixels" font-symbol = "joypixels" font-size=10 dpi=96 no-dynamic-title=true...

Hi, consider the following example from the logs: ```json { "answer": "AAAA (2a00:1450:400f:800::2003)", "client_ip": "192.168.178.22", "client_names": "test", "duration_ms": 29, "hostname": "blocky-7dd7f4b47f-9n2lj", "level": "info", "msg": "query resolved", "prefix": "queryLog", "question_name": "ssl.gstatic.com.",...

🔨 enhancement
Stale