Gabriel Horner

Results 39 issues of Gabriel Horner

Currently all of the rdebug executable lives in bin/. If we moved most of it into a class i.e. lib/debugger/runner.rb, it would make it much easier to test the executable....

enhancement

From https://github.com/LightTable/LightTable/issues/2122: The unknown file is the file that I was currently working in and trying to run the simulation from inline ![screen shot 2016-01-19 at 8 39 57 am](https://cloud.githubusercontent.com/assets/10747532/12420101/68325758-be88-11e5-9825-fd3945367832.png)...

The core team doesn't use Python or iPython at work and doesn't have the bandwidth to look into this. Happy to take contributions from anyone interested digging into this. We're...

As noticed in LightTable/LightTable#1638, Python has no doc search. For anyone interested in implementing this, [relevant behaviors](https://github.com/LightTable/Clojure/blob/0f86e8131f850aa4065db527a7da311a656b88da/src/lt/plugins/clojure.cljs#L649-L659) from Clojure client that need to be implemented.

enhancement

This is a meta issue to port handy paredit functions from [paredit-plus](https://github.com/otijhuis/paredit-plus). We need to have one well-maintained plugin we can all rely on. Features that should be ported (list...

Once #4 lands, we should clean up and import questions from https://github.com/LightTable/LightTable/wiki/FAQ

enhancement

As reported in [this issue](https://github.com/LightTable/LightTable/issues/497#issuecomment-136026822), unable to eval in a js file because it syntax errors out. Steps to reproduce: - `git clone https://gerrit.wikimedia.org/r/p/mediawiki/services/mobileapps.git` - Try evaling [this line](http://git.wikimedia.org/blob/mediawiki%2Fservices%2Fmobileapps/master/server.js#L12). Evaling...

1. Create a node file e.g. test.js and add the following package.json in the same dir: ``` js { "name": "LightTableTest", "description": "...", "version": "0.0.1", "dependencies": { "es6-map": "^0.1.1" },...

bug

Hi. I really like your theme and would like to use it for LightTable. However, I would like to use it with codox as a [writer/theme](https://github.com/weavejester/codox#output-files) because it is getting...