Vanja Bucic
Vanja Bucic
Need: quickly parse (into map) xml block at a given root without knowing in advance what the exact structure is. Was easy to do in Ruby by using .each iterators...
First of all, thank you for this well written Thrift library. --- Want: to use Elixir with an existing Thrift web service written in Java. History: I tried to modify...
I am seeing exception messages expanded to: `X509_STORE_add_cert: cert already in hash table` while the test is for exactly `cert already in hash table` as seen here: https://github.com/igrigorik/em-http-request/blob/91cee5919ec97a06ebdcf35b4edf3c2cf4b8ec4a/lib/em-http/http_connection.rb#L56 Not sure...