Raphaël Sfeir

Results 6 issues of Raphaël Sfeir

I am using the countries list to get a country name using it's ISO3166 code. This is done easily using the `:number` attribute of a country. Example: `Countries.filter_by(:number, "250")` This...

Hey there, Currently, it seems that Dayron only supports data retrieval of endpoints that look like this: ```json [ { "id": 0, "name": "Elem 1"}, { "id": 1, "name": "Elem...

Hi there, I have been trying to open a socket to some secured endpoints using the following command: `Socket.Web.connect! "ws-feed.gdax.com", secure: true` But with all secured URIs I get the...

Hello, If a `Websockex` client crashes in an unsupervised instance, the log catches the exit error, for instance using a simplified version of the `echo_client.exs` example: ```elixir defmodule EchoClient do...

The echo.websocket.org service is no longer available, unfortunately. To fix this example that is quite useful to learn, we could switch the example service to the [Postman echo service](https://blog.postman.com/introducing-postman-websocket-echo-service/), as...

I have a dependency relying on crutches, however it won't compile since I switched my project to the latest Elixir version, 1.7.2. It seems the only Hex release available for...