Chris Wang

Results 3 comments of Chris Wang

@jpapillon yes, this worked. In react's philosophy, view is a function of data. consider this data: ```js const data = [{name: 'foo', addr: 'bar'}, {name: 'foo2', addr: 'bar2'}]; ``` this...

Provide a temp solution if anyone is in the same trouble ```java private class PushSocketAddress extends InetSocketAddress{ public PushSocketAddress(String hostname, int port) { super(hostname, port); } @Override public String toString()...

here is my leining profile: ``` clojure {:user {:plugins [[cider/cider-nrepl "0.15.0-SNAPSHOT" ]]}} ``` if I remove cider-nrepl,then I can have my game running, I am a emacs user, nothing could...