Aleksandr Dubinsky

Results 50 issues of Aleksandr Dubinsky

I prefer using the ServiceAccount mechanism for granting IAM Role access to pods (eg, `csi-ebs`). It would be great if this was supported.

If the default configuration of `geesefs` expects `1 GiB` of memory, then it would be smart to include that in resource requests.

`helm push` is the native way for Helm 3 to upload artifacts. Using `helm push` allows helm-maven-plugin to support: - S3 repos (via helm-s3) - OCI repos (since helm 3.7.0)...

I, and the Java community in general, espouse safety over performance, so I think FULL should be the default. The ResourceReference implementation is very efficient and if objects are closed...

question

It would be 10% nicer if `llm` worked like `echo` and didn't require quoting the prompt. Perhaps this can be implemented in a backwards-compatible matter as an option that I...

I saw a TED talk once. It talked about the future of software, and a guy gave predictions that in the future, columns will not just be static, set in...

enhancement

Currently, when I navigate from one view to another and back I lose things like search, selection, and have to wait for things to reload. There's a concept in lots...

enhancement

Implemented bindings for decoding. Not fully tested yet, just wanted to get it out there.

Backup directory of an already-backed-up configuration is not being parsed and detected. I am using Manjaro Linux. Snapper is version 0.12.1. Output of `sudo snapper -c home list -t single`...

This is a rhetorical question. Feign hard-codes which exceptions it considers retryable, and IOExceptions are never retried. Which is incredibly stupid, because I/O exceptions are the *main* reason to retry...