Erik Erlandson

Results 200 comments of Erik Erlandson

Just thinking out loud here... on one hand it feels a bit heavy-weight to generate a config-map and apply it, for the purpose of setting a single property. On the...

Regarding the modification of `/etc/passwd` - OpenShift runs its pods with anonymous random `uid` - and so you cannot assume any particular `uid` in the image. And there will be...

@Yikun I don't think that will work. It adds an entry for `uid=185` but the uid will be different when the image is run in the pod, and you will...

Regarding [SPARK-25275](https://issues.apache.org/jira/browse/SPARK-25275), I no longer recall what the underlying issue was. Unless you can run CI testing on OpenShift, I'd recommend you leave these things in.

Hi @ryan-williams - had a chance to take a look at this?

As an efficiency measure I tried creating a subclass of `scala.Conversion` that can also operate directly on "raw" values inside a QuantityVector. Doing this will break ABI compatibility, and so...

I expect this to fail CI for a while, as I rewrite it in pieces

@benhutchison spire is currently maintained by @armanbilge. To a certain degree I share your concerns. Spire is no longer under active development, OTOH at some point `coulomb` will be in...

@armanbilge I figured out how to make `summonFrom` work for me: https://github.com/erikerlandson/coulomb/blob/e587ad7e8a0f393219c35777121c5d444c06eeaa/core/src/main/scala/coulomb/quantity.scala#L433

@benhutchison possibly "better modularization" is a feature of interest for spire that @armanbilge could consider. I'm not sure what a better modularization would look like, but if it can be...