Mike Fikes

Results 162 comments of Mike Fikes

Not reproducible in Planck: ``` $ planck Planck 2.8.1 ClojureScript 1.9.947 Docs: (doc function-name-here) (find-doc "part-of-name-here") Source: (source function-name-here) Exit: Control+D or :cljs/quit or exit or quit Results: Stored in...

I thought Socket REPL would be widely supported by tooling, and added support for it to Planck 1.9 back in Jan 2016. I now think that a (self-host compatible) ClojureScript...

FWIW, in Planck, things worked quickly (it uses Fipp), but regressed somehow with this upstream commit https://github.com/clojure/clojurescript/commit/d93c4356e7ab78743ae66d8cffe8df54869f0be3 Mentioning because Lumo also depends on Fipp, and perhaps this shares a common...

Now that ClojureScript 1.10.238 is out, perhaps the template should depend on it. Perhaps a new `http-kit` dependency should be brought in as well to avoid the same problem. This...

FWIW, Replete on mobile doesn't display the namespace. But perhaps in the desktop app there is more room to show it in some suitable place.

Yes, I this occurs on 0.6.0 as well, so not a regression with 0.7.0. On 0.6.0, I saw: ``` >***ERROR*** A stack overflow in task espruinoTask has been detected. abort()...

Not that I'm aware of. I suppose there is a good question regarding the distinction between non-compilable ClojureScript and compilable but otherwise incompatible with React Native. The first probably shouldn't...

Hi @gtusr. Replete really only offers access to whatever is explicitly injected into its JavaScript environment, and then those things are available via JavaScript interop.