Steve Ashton

Results 5 comments of Steve Ashton

On investigation, it looks like my suspicion is confirmed: https://github.com/JonyEpsilon/gorilla-repl/blob/develop/resources/gorilla-repl-client/js/renderer.js#L20 The event listener there is returning false. Maybe a solution would be to return false if `alt` is pressed, but...

Keeping unsaved work is definitely a good idea. In my snippet above I solved that by opening the link in a new browser window.

That's an interesting idea, but perhaps beyond the scope of this change. I'm actually not 100% in favor of the generic namespace `com.walmartlabs.active-status.api` that I've chosen. It's not the only...

@shoxter @lucasdf I think this is more of a limitation of Atom and nRepl. Atom doesn't AFAIK do inter-window communication. Maybe there's some way to hack it with IPC, but...

`+1` for the use case of toggling `#_` in front of the current form