Ike Mawira
Ike Mawira
I have followed the instructions to setup a sample gorilla-repl project following the instructions on the [Getting started website](http://gorilla-repl.org/start.html) but i cant get my repl running after running ```lein gorilla```....
I am getting an error, "Invalid event ~#chsk/handshake" when trying to establish a connection between my server and client. My usage follows keenly the default example of this repo. The...
This PR fixes #101 For example, ```Clojure [single-dropdown :parts {:arrow {:style {:background "url(https://fakeimg.pl/300)"}}} :src (at) :choices demos :model selected-demo-id :width "300px" :max-height "300px" :on-change #(reset! selected-demo-id %)] ``` produces 
Allow custom `wrap` property in `h-box` and `v-box`. This PR fixes #68 It adds a new keyword in `h-box` and `v-box` which allows users to change the CSS flex property...
This commit adds the dropdown state chart model in docs/dropdown Part of #284
- Add slider :unstyled? arg - Add slider :disabled state parts - Change slider styles to use garden and spade
Does not have any effects, just for formatting purposes when reading the readme. 
I get an unexpected response code error when I use ```cli/open-connection```. The error is thrown in ```ws/connect url {...}``` at ```clojure (let [... socket (js/WebSocket. url protocols) ...] ``` in...