Dmitry Novikov
Dmitry Novikov
I tried to render Cyrillic text in document, but it renders nothing. How can I do it with current implementation? If there is no support, is it possible to implement...
This the most awesome package for proxying, but it does not work with websockets, the error code `426 Upgrade Required` received when i try to proxy "ws://" request. I found...
I have a gen server that calls other module with `Websockex.send_frame`, sometimes send_frame exits and parent gen server process exits too, so the only way I can handle it is...
I want to colorize the last letter of placeholders for required fields, `after` works in modern browsers, but not with the polyfill in IE9. ``` html ``` ``` css input::placeholder:after...
When I got an error the terminate callback can not handle it correctly: ``` "** (FunctionClauseError) no function clause matching in WebSockAdapter.CowboyAdapter.terminate/3\n (websock_adapter 0.5.7) lib/websock_adapter/cowboy_adapter.ex:52: WebSockAdapter.CowboyAdapter.terminate({:crash, :error, :function_clause}, %{port: 443,...