Rob J

Results 11 issues of Rob J

Currently, the [script/light.sh](https://github.com/LightTable/LightTable/blob/master/script/light.sh#L13) file ran after building this solution on a Windows machine, doesn't pick up the fact that I can actually run LightTable just fine (`Cannot detect a supported...

windows
refactor

I've been in the process of trying to find any, and I mean any, clues for tracking down this heisenbug #2186. While in the process of doing so, I found...

crash
windows

Slight enhancement to have moderately better Windows bash support. Mingw doesn't seem to have `expr` in its environment so the script failed to detect when run in e.g. Git Bash...

Using LightTable boot project `core.clj` connected to remote nREPL, ```clj (defn example "Just a simple example" [x] (identity x)) example ;; Hit for docstring ``` kills the editor, needs a...

Hi, does there happen to be a setting(s) (beyond merely the main file) for overriding the used **path key**? E.g. bower uses `deonasdan-bootstrap-datetimepicker` as a key name for the path...

On 'focus' event of a bootstrap datepicker field ![image](https://cloud.githubusercontent.com/assets/11848802/13525878/f28be6c6-e1fb-11e5-92ba-e4a4d8209584.png) Looking at the code, last bit seems like you add a span each time instead of replace it. Is this intentional?

Seems like it isn't. Now I tried making a GPG private key but it won't work from my Git Bash on Windows due to `no tty`. Also, Clojars doesn't check...

I can imagine this is definitely not top priority (and so close if you will) and I can only currently speak of the **Dutch** spelling check but trust me when...

Extremely annoying behavior that one loses the entire message when (accidentally) pressing the up or down key when typing a new message. I lost a couple this way. Any chance...

Just thought I'd drop it here (as well). I hacked together a quick `wisp` language extension for nesh using the included source (courtesy of) babel. Not sure if I did...

enhancement