Mike Fikes

Results 88 issues of Mike Fikes

With the Cognitect test runner, you can run all your tests while via the REPL by simply doing ```clojure (require '[cognitect.test-runner]) (cognitect.test-runner/test {}) ``` I was wondering if the same...

The use of `core.typed` in `clj-sockets` caused some sort of AoT-related failure (see [CLJS-2742](https://dev.clojure.org/jira/browse/CLJS-2742)) that can be worked around by having clients use the non-AoT version of ClojureScript 1.10.238 (via...

If you run ``` script/test-one 2017 1 borkdude ``` everything will be fine. But then add the following ```clojure (defprotocol IFoo) ``` as the first form in the `aoc.y2017.d01.borkdude` namespace...

I was changing source to cause the recompiles below. The problem is right near the end when I did `:cljs/quit`: ``` orion:Desktop mfikes$ cd foo-bar/ orion:foo-bar mfikes$ natal repl Starting...

With the latest release when using Natal, changes appear to take a couple of seconds to get updated in the simulator, as opposed to things being instant, according to the...

https://github.com/clojure/clojurescript/commit/fa264e30b163af19063a3cad40658531090c3f74

Would be nice to make this work. In Slack, David provided some helpful additional advice: > whether it works or doesn’t work is REPL dependent > and all of them...

See dmotz/natal/issues/21 @zilvinasu Indicated (see glosoli in http://irc.fikesfarm.com/log/clojurescript/2015-11-04.txt) that the extra entry had been added manually. The question in my mind is whether this fundamentally affects mDNS, and if not,...

Be connected to multiple devices at the same time, so as you make changes to the UI you can see it on all the different device sizes.

If WiFi is off, it seems that startup order is important. If you start the simulator first and then the REPL, it will get stuck at "Searching for devices ..."....