Erik Erlandson

Results 109 comments of Erik Erlandson

for reference, the container build file I'm hacking on https://github.com/os-climate/pachyderm-notebook-image/blob/main/images/pachyderm-notebook/Containerfile

@lukemarsden that link gives me a `404` - is that by any chance a private repo?

@lukemarsden it might - that is, it should address the security issues by at least localizing the elevated privileges, to a container outside the user-exposed processes. Since we are launching...

FWIW, I have found that there is a very easy way to smoke-test if your container image is likely to work with OpenShift, and that is to set `USER 9876:0`...

That second one should be `import coulomb.ops.algebra.spire.all.given` Until I write some proper tutorials, the best reference on what imports *should* work is probably the unit tests: https://github.com/erikerlandson/coulomb/blob/scala3/spire/src/test/scala/coulomb/quantity.scala#L20

@cquiroz I am failing to reproduce that error. I wrote this and it compiled with no errors, although it threw a bunch of warnings about `Unitless` being deprecated ```scala object...

@cquiroz thanks for the pointer! I will try to keep that in mind

#66 should at least make this easy for someone to add themselves, using `UnitConverterPolicy`

@cquiroz agreed, spire was also a blocker with scala 2.13 for a while. At one point I helped with the 2.13 build for spire because I couldn't proceed without it.

Scala 3 language features are substantially different in the space of context parameters ("implicits") and new type features, and so for my own clarity and sanity I am going to...