Dominic Egger

Results 7 issues of Dominic Egger

Example here: https://scastie.scala-lang.org/OHBOCzupTYWwGNRKtOKDRw (I'll also paste the code at the bottom in case the scastie is eventually deleted.) Basically what happens is that `Uri.fromString("localhost:8080")` produces an URI with `scheme =...

As mentioned in gitter this tackles the oneOf support for query string. But I'll need some help with a couple bits. 1. OpenApi Generation: I am unsure what the correct...

It seems like there's a broken transitive dependency in the published artifact on the hortonworks repo (repo.hortonworks.com/content/repositories/releases) Depending on `libraryDependencies += "com.hortonworks.hive" %% "hive-warehouse-connector" % "1.0.0.3.0.0.0-1634"` Fails on looking for...

### Observed behavior c.f. https://github.com/nats-io/nats.java/pull/913 The problem is that even with the `isNoResolveHostnames ` option set, if the connection is proxied the actual tunneled connection to the NATS server happens...

defect

## Feature Request I am currently in the situation that I'd like to connect to NATS from behind an authenticated HTTP Proxy. And while the library handles proxying just fine,...

proposal

Background of this MR is that we observed leaked sockets that eventually caused our application to crash due to exhausted file handles. Granted we use websockets a bit weirdly by...

core

This refers to a discussion in gitter about `Numeric` (see https://gitter.im/scalaz/scalaz-analytics/archives/2018/09/26 and https://gitter.im/scalaz/scalaz-analytics/archives/2018/09/27) Basically the issue is `Numeric` is not fully defined for very common numerical types e.g. `Int` not...