Arne-Christian Rundereim

Results 7 issues of Arne-Christian Rundereim

JAVASTACKTRACEPART didn't pick up methods with $ in their name (which can happen with dynamically generated methods).

(Probably, I don't really have a way to confirm 100%) I think we need to set: https://github.com/android-ia/vendor_intel_common/blob/master/boot/overlay/frameworks/base/core/res/res/values/config.xml

This would require obtaining extra parameters during the setup phase, and assigning them prior to `deisctl install`.

A lot happens in the provision phase. However, some users (e.g. myself) have a need for executing something between the situation where the cluster is provisioned, and when Deis is...

[Currently](https://github.com/deis/deis/blob/0aec52339c6a32052c2ba4f405bf408d6cba9cf5/contrib/aws/create#L99-L105) the Route 53 configuration in the AWS rigger script is meant for test (ref `DEIS_TEST_DOMAIN`). Some users (e.g. myself) use Route 53 and would like to be able to...

Currently `cloudformation.json` gets [overwritten](https://github.com/deis/deis/blob/0aec52339c6a32052c2ba4f405bf408d6cba9cf5/contrib/aws/create#L24-L32) before provisioning a Deis Cluster on AWS (if one were to use Rigger). This removes the ability to configure: - KeyPair - Instance Type - AssociatePublicIP...

Hello, I've been playing a bit with Bazel 6, bzlmod and rules_jvm_external over the last two days, and one thing that took me a lot of time to figure out...