Mario Valderrama

Results 22 issues of Mario Valderrama

Multi-line comments separated with newlines cause conflicts with `goimports`. Given: ```go package proc import ( "github.com/a/b" "github.com/local/foo" // A multi-line comment explaining what this dependency // is used for or...

question

Sorry, I opened a PR without reading the contributing guidelines. I'm proposing to support using `go env` as fallback for explicitly setting `GOPATH` and `GOROOT`. Go will read those values...

These variables can also be set using `go env -w`. Fixes #24

## General information - alacritty 0.9.0 (fed349aa) - linux 5.14.12-arch1-1 - zsh 5.8 (without framework) - ZVM 0.8.4-1 ## Basic examination - [x] I have read through the [README](https://github.com/jeffreytse/zsh-vi-mode) page...

bug

### How are you running Renovate? Self-hosted ### If you're self-hosting Renovate, tell us what version of Renovate you run. 31.81.3, also 32.26.2 ### Please select which platform you are...

type:bug
priority-3-medium
manager:gomod
status:ready
reproduction:confirmed

I've noticed that updating the [krew AUR package](https://aur.archlinux.org/packages/krew) failed and after looking into it I saw that the tests failed because I had set `KREW_ROOT`. This patch unsets `KREW_ROOT` for...

size/S
cncf-cla: yes

I think `kubectl describe` or the new `kubectl get events` provide a great way to quickly see any issues with a cluster. The external-attacher errors are IMO somewhat hidden in...

lifecycle/stale

This probably is my first time writing TypeScript, so please bear with me. Added optional `useSlim` action input. If it is set to `false`, then the normal `renovate/renovate` image will...

I see that the image tag is [hard-coded](https://github.com/renovatebot/github-action/blob/main/src/docker.ts#L4=). to use the slim version. I have started to play around with postUpgradeTasks, but since they run inside the slim image there...

This repo implements server selection using only bash: https://github.com/j-piecuch/nordselect-bash. The URL that is used here to select a server seems to have a 1 hour rate limit, so it's not...