runephilosof-karnovgroup

Results 9 issues of runephilosof-karnovgroup

Given file `bar.rb` containing ``` SANITIZER_REGEXP = /[\§]/ ``` Running `rubocop -d bar.rb` will fail with an `invalid byte sequence in UTF-8` error. It is related to escaping the utf-8...

bug

### Terraform Version ```shell main ``` ### Affected Pages https://github.com/hashicorp/terraform/blob/0c509183d165c2d317a9e27e31c0a213f4cb3cdd/website/docs/language/modules/sources.mdx#L263 ### What is the docs issue? It would be nice with an example of what is meant by `The `depth`...

documentation
new

### Bug Description The error message says port `3307`, but I have specified port `5432`. The output from sql proxy ``` Listening on 127.0.0.1:5432 accepted connection from 127.0.0.1:58436 failed to...

priority: p2
type: docs
type: feature request

### Component other ### Describe the bug https://github.com/woodpecker-ci/woodpecker/blob/23f58fc07a874c821b68fe30bb2733800e8d3301/pipeline/frontend/yaml/types/container_test.go#L29-L72 lists a lot of workflow options that are undocumented. They should appear on https://woodpecker-ci.org/docs/usage/workflow-syntax or https://woodpecker-ci.org/docs/usage/advanced-usage. ### System Info ```shell v2.0.0 ```...

documentation
backend/docker

### Clear and concise description of the problem Woodpecker token is available to jobs https://github.com/woodpecker-ci/autoscaler/issues/91 ### Suggested solution Agent tokens should be invalidated after first usage. ### Alternative _No response_...

enhancement
security

### Clear and concise description of the problem It is not possible to see list of older pipelines for a repo ### Suggested solution Add pagination on https://ci.woodpecker-ci.org/repos/3780 ### Alternative...

ui
feature
good first issue

### Feature Description It is confusing that it uses port 3307 as `serverProxyPort`, because it resembles the MySQL port number and is some times used for the local mysql port...

type: feature request
priority: p3

The documentation lists the supported volume types with _, but it should be -. https://github.com/hashicorp/packer-plugin-googlecompute/blob/a85c0501d7593492b674ea61afa01f3a8860aa02/lib/common/block_device.go#L95-L98 But it should be ``` // * pd-standard: persistent, HDD-backed disk // * pd-balanced: persistent,...

bug
stage/accepted

### Component server ### Describe the bug Restarting a pipeline that failed due to missing secrets is not enough. I have seen it in a tag event. ``` secret "***"...

bug