Ike Mawira

Results 9 issues of 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...

question/usage

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 ![dropdown-arrow-change](https://user-images.githubusercontent.com/38689046/150778880-539b6901-ad3f-4f20-9e5b-02106bc20695.jpg)

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

in progress

- Add slider :unstyled? arg - Add slider :disabled state parts - Change slider styles to use garden and spade

in progress

Does not have any effects, just for formatting purposes when reading the readme. ![honest](https://i.kym-cdn.com/entries/icons/original/000/028/021/work.jpg)

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...