Mike Fikes

Results 162 comments of Mike Fikes

This now kind-of works: If you put the #js literal in a def form it is OK.

http://dev.clojure.org/jira/browse/CLJS-1556

Alpha socket support for Planck has now landed in Planck master mfikes/planck@b230a6d64 It is exposed via a `planck.socket.alpha` namespace. The gist (https://gist.github.com/mfikes/e44cf07e8217db2112facf90b550ab74) illustrating it working with `cljs-js-repl` has been updated,...

@swannodette yes! If we end up with `IPrintStacktrace` (or something similar) for bootstrapped REPLs, it would probably be easy to hyperlink frames to their source.

Wondering if JSC supports inline source maps (useful for bootstrap context)

@RegGuheert Thanks! That's interesting. I can reproduce the problem. It appears to be caused by the lines after the binding forms being over far enough to the right, and you...

This is an interesting approach: https://github.com/alexruperez/ARAutocompleteTextView/blob/master/README.md (It works with Swift and is under the MIT license.) With Planck, the logic needed to dynamically produce suitable auto-completions has been developed.

That's cool. I wonder if we even need to upgrade—as it stands now Replete works on iOS 8–10. Of course, as you mention, #81 and Ejecta might force the issue.

This will be taken care of via a change in the pod file as in https://github.com/sherbondy/replete/commit/91e232909c912cab2123c4a4137c7c658b478edb#diff-4a25b996826623c4a3a4910f47f10c30R2

(Perhaps buffer up until a newline is seen?)