Tim Steinbach

Results 41 comments of Tim Steinbach

The startup scripts currently depend on either `bash` or `ash`. Neither are available in these distroless images. Applications are meant to be started with the `java` command directly. When I...

I have started seeing this as well (refined 0.9.0). All I have been able to notice is that a slower build slave seems to run into this more often. But...

@fthomas I had multiple of these, I can look them up tomorrow.

Alright, so I had the following instances over the last couple of days: - `"_"` and `"A"` refinement into `type ShortString = String Refined (NonEmpty And MaxSize[W.`255`.T])` - `"0.0.0.0"` into...

I like that, I will likely send a PR for it next week.

Here is another weird one. I am unsure it will be fixed with the marker trait. If not, I will open a new issue: ```scala type Foo = String Refined...

So this marker trait business is a little more involved than I had thought :) If somebody want to take this on, go ahead. Otherwise it will have to wait...

Yeah, I don't think we can do this with what we currently have. I have sort of given up since I've run into lots of different issues whenever I tried......

Maybe we need a module that depends on Apache Commons, there is lots of good stuff in there: http://commons.apache.org/proper/commons-validator/apidocs/org/apache/commons/validator/routines/EmailValidator.html Credit card numbers, ISBN, TLD...

Once you have this, we should be able to bring in FS2 pretty easily, no? Just today had a situation where I needed to interop with FS2...