Aleksa Cukovic

Results 9 issues of Aleksa Cukovic

Hi, it would be nice if number literals could contain an underscore for better readability when it comes to long numbers (e.g. `10_000`). Basically all major programming languages support this...

Fixes #1253 I noticed that two modules take up a significant portion of import time but aren't necessary for many use cases. For instance `pkg_resources` doesn't have to be imported...

Hi, I noticed that importing snowflake connector takes a long time: ```console $ hyperfine 'python -c "import snowflake.connector"' Benchmark 1: python -c "import snowflake.connector" Time (mean ± σ): 466.0 ms...

Hi, I have an idea for a new rule. The idea is to disallow usage of [s3 global endpoints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#deprecated-global-endpoint) which have been deprecated. The most notable issue caused by this...

### Terraform CLI and Provider Versions Terraform v1.7.5 on darwin_arm64 ### Use Cases or Problem Statement There is a cycle between the storage integration and role used for the storage...

feature-request
resource:storage_integration
category:resource

There is no need to keep checking if candidates are of spot capacity type if one is found. By submitting this pull request, I confirm that my contribution is made...

lifecycle/stale
cncf-cla: yes
size/XS
needs-ok-to-test

By default the ingress nginx uses all endpoints of a service in the upstream configuration. This has benefits like allowing `proxy_next_upstream` to be used, having more even request distribution to...

kind/feature
lifecycle/frozen
needs-triage
needs-priority

Resolves #3300 I only disabled the toolchain switching if the version is not `system`. I did this because `system` is the default if go is installed globally and no `language_version`...

### search you tried in the issue tracker toolchain ### describe your issue In version 1.21 go introduced [automatic toolchain switching](https://go.dev/doc/toolchain), which basically means downloading the go version specified in...