Jeff Grunewald

Results 14 comments of Jeff Grunewald

The relevant Erlang setup step running in CI during these builds is bajankristof/setup-erlang@master

For what it's worth, this appears to be related to the contents of the packet being passed back from the `prim_inet` module _not_ containing the scheme, host, or port information....

Where should we get the URL from if it's not able to be parsed from the packet? The `host` entry in the headers list? Is that something we could reliably...

FWIW, it looks like Cowboy attempts to get around this issue by primarily pulling the host from the clients’ `host` header value and raising an exception if it’s not set,...

Looks like `blockchain_ledger_gateway_v2:gain/1` can also return `undefined`; should we also handle that and return an empty binary in that case as well?

> > Looks like `blockchain_ledger_gateway_v2:gain/1` can also return `undefined`; should we also handle that and return an empty binary in that case as well? > > why would we want...

> @jeffgrunewald I'd prefer a proper error is returned I didn’t know how critical it was to get this “working” vs get it correct immediately. I’ve created a task on...

My team would also be interested in helping this effort; we're implementing MQTT integration with our IoT device data feeds. No immediate _need_ for v5 other than my preference toward...

It doesn't appear there is even a varlink package for all RHEL-based flavors of Linux. My preferred production-grade distro is CentOS and I can't find indication that a package exists....

Sorry for the delay on getting back @m0rt3nlund but we're taking a look at and trying to knock out all of the open issues with Elsa at the moment. Is...