Kalle Korhonen
Kalle Korhonen
Are you able to successfully replicate any databases? After manually running ./app-root/runtime/repo/.openshift/action_hooks/build, I can start the couchdb instance and it passes installation verification but I'm not able to replicate any...
Sure enough, even ``` 1> inets:start(). ok 2> httpc:request(get, {"http://www.erlang.org", []}, [], []). {error,{failed_connect,[{to_address,{"www.erlang.org",80}}, {inet,[inet],eacces}]}} ``` doesn't work. curl/wget is able to access the same url so looks like it's...
It's a JavaScript spec/API thing. It doesn't allow you to set any other headers for the WebSocket request object than "Sec-WebSocket-Protocol" so [if you want to pass auth/CSRF tokens in...
What about Aleph, Undertow etc? It seems that http-kit just returns [whatever you stick in :ring.websocket/protocol key of the ring response](https://github.com/http-kit/http-kit/blob/master/src/org/httpkit/server.clj), no?
You don't show the URL, but I'm guessing your URL has a slash at the end. If you don't have any path, [the client automatically adds "/mqtt", that is the...
I have a fork of this lib at https://github.com/kaosko/reagent-material-ui with MUI7 support and newer reagent. Happy to issue an MR if @arttuka is interested in taking it in.