bryanhuntesl

Results 41 comments of bryanhuntesl

Doesn't seem to be maintained - my fork works fine on Alpine - verified by this - https://github.com/esl/erlzmq/blob/master/verification/Dockerfile.alpine - published to hex.pm as erlzmq

| Status . | Option | Notes/Tracking | | - | - | - | | | \-\-network | only none and host, but no custom networks see moby/buildkit#978| This...

Looks nice - my 2c - printing option infinity rather than truncate any output - frequently use tools like rexbug whilst hunting for the proverbial needle in the haystack

Doesn't look to be a Rexbug issue - tried using redbug (underlying library) and behaviour is the same : ``` iex(89)> :redbug.start('erlang:apply') {330, 2} % 15:08:22 ({erlang,apply,2}) % erlang:apply(#Fun, [])...

Thinking it was a general issue with BIF's but `:lists.reverse/1` traces fine : ``` iex(116)> :redbug.start('lists:reverse([1,2,3,4,5]) -> return') {330, 1} iex(117)> :lists.reverse([1,2,3,4,5]) [5, 4, 3, 2, 1] % 15:24:42 ({'Elixir.IEx.Evaluator',init,4})...

Given how much Pardot charges for the product - it might be nice if they provided a Swagger spec then people could generate whatever clients they wanted - API support...

Ooh that's cool. Nice work. @pmenhart gotta try this stuff out.

Nice pull request - interesting approach to booting tests +1

Seems like not a lot of issues get responded to in this repository (open since 2015) - maybe you’d be better off trying https://github.com/rabbitmq/ra ? > On 6 May 2019,...

Should be fixed in my PR #7 - either use that or https://github.com/bryanhuntesl/no_slides/tree/feature/otp20-and-elixir1.5.2-support