Elijah Rippeth
Elijah Rippeth
It seems like some of the guts of the code have an implicit dependency on `MACOSX_DEPLOYMENT_TARGET=11`. I might be out of luck on this machine. π
I knew I'd forget some import details. π I'm using the default: `127.0.0.1`. Leave it to me to file an issue on something I was supposed to have fixed. π
To follow up with a question asked on gitter... > check whatβs registered at http://localhost:9008/services It's never healthy, so the logs are consistently showing stacktraces from a `com.lightbend.lagom.scaladsl.api.transport.TransportException`, but here's...
This makes some sense. I guess the easiest way to debug is to identify what changed... Nothing infrastructurally changed (AFAIK), so was there a change in {cas,kafka}_native registration mechanisms? (also,...
I left them all as defaults, so it should still be `127.0.0.1` IIRC; using akka-http as the gateway.
> Is 127.0.0.1 also in your `nonProxyHosts`? It is in both `-Dhttp.` and `-Dhttps` along with various system proxy vars (e.g., `$no_proxy`). > can you print out the value of...
@gabox01, is `0.0.0.0` on your no proxy?
Try `$no_proxy`, too.
This is technically easy to do. [These two lines](https://github.com/WestHealth/pyvis/blob/master/pyvis/templates/template.html#L3-L4) will need to point to a local resource instead of a CDN (and seem to have before). It seems like vis.js...
Hi @kalaspuff. I'm happy to poke on this a bit. It should be fairly similar to AMQP, and there's [aiokafka](https://github.com/aio-libs/aiokafka/).