Mike Fikes

Results 88 issues of Mike Fikes

On Replete macOS: https://github.com/replete-repl/replete-macos/blame/master/Replete/ViewController.swift#L77-L79 In Replete iOS: https://github.com/replete-repl/replete-ios/commit/b7a51418a55bd5efc76f457506544e2161b1d5af

Compare Replete Android's rendering on left with Replete iOS and Replete macOS. Notice that the spacing between `(def x 3)` and `#'x` are slightly closer than `#'x` and `(defn square...

When new entries are added on iOS, they are animated in from the left (with a relatively short duration to avoid being too noticeable or annoying). It would be cool...

enhancement

If you have text like ``` (+ 1 2) ``` (where there is lots of whitespace after the form), allow auto enter if the caret only has whitespace after it...

I can't recall why `GBYFetchedResultsController` has a field named `cljsDelegate` rather than just `delegate`. I vaguely recall some sort of conflict arising. But, ideally this field should just be named...

enhancement

In `GBYViewController` and `GBYProtocolForwarder`, access to the `GBYManager` is needed, and currently this is done by looking for a property named `cljsManager` in the `AppDelegate`. There must be a better...

enhancement

Seen by Fogus: ``` WARNING: Wifi:startMNS - esspressif Ready for REPL Connections Establish an Esprit REPL by executing cl -m cls.main -re esprit -ro '{:endpoint-address "192.0.0.1"}' ```

``` cljs.user=> (.write js/D21 false) ReferenceError: "0" is not defined at line 13 col 7 throw e__6755__auto__; ^ in function called from line 14 col 5 }})() ^ at line...