In Ace.HTTP2.Connection there is a call to Supervisor.start_child/2 that doesn't have a child spec as the second argument.
https://github.com/CrowdHailer/Ace/blob/master/lib/ace/http2/connection.ex#L751
I am not sure what it's trying to do or how it could work.