Andrew G

Results 16 issues of Andrew G

[`--deb-version` lets me override the version string](https://github.com/mmstick/cargo-deb#custom-version-strings), so I use this to build multiple versions of my deb for different versions of Debian (stretch, buster, etc.) However, this flag replaces...

I would like a way to force kiam-server to only accept TLS 1.2+. This is a security requirement at my company.

There don't seem to be any benchmarks published here for kiam, nor any recommendations for how much resources to allocate for it. A recommended configuration in the sample deploys would...

The info-level logs can be useful but they show access keys in cleartext. Those keys should be redacted unless some debug mode is on.

enhancement

A brief example: I have a file in which one of my methods contains this link to a 3rd party library's class. ``` scala import com.datastax.driver.core.exceptions._ /** * [[com.datastax.driver.core.exceptions.AlreadyExistsException AlreadyExistsException]]...

My team has a library which contains a bunch of predefined generators. Here's [a simple one](https://github.com/paypal/cascade/blob/develop/common/src/test/scala/com/paypal/cascade/common/tests/scalacheck/scalacheck.scala#L55-L56): ``` scala lazy val genNonEmptyAlphaStr: Gen[String] = Gen.nonEmptyListOf(Gen.alphaChar).map(_.mkString) ``` Unfortunately when I go to...

I had `arbitrary[BigDecimal]` generate the following: `"0E+2147483648"` in version 1.11.3. That scale is bigger than `Int.MaxValue`, so when you serialize the `BigDecimal` as a `String` and then try to reconstruct...

##### ISSUE TYPE - Feature Request ##### COMPONENT NAME Core? The whole of ansible :s ##### ANSIBLE VERSION ``` ansible 2.1.0.0 config file = /home/admin/.ansible.cfg configured module search path =...

affects_2.1
affects_2.2
affects_2.3
c:plugins/connection/ssh
affects_2.4
support:core
affects_2.5
has_pr
feature
affects_2.13
affects_2.18

**What would you like to be added**: An annotation called `external-dns.alpha.kubernetes.io/routing-alias` (or something like that) which lets you set an additional alias record that points to the record created in...

kind/feature
priority/backlog

Since kms can be used to encrypt sensitive data, leaking that data to disk is quite possible if users are not careful when enabling debug logging. It might be prudent...

feature-request
p3
logging