Almenon

Results 181 issues of Almenon

``` TypeError: Cannot read property 'setEncoding' of undefined at /Users/anon/.vscode/extensions/almenon.arepl-1.0.14/node_modules/python-shell/index.js:99:39 at Array.forEach () at new PythonShell (/Users/anon/.vscode/extensions/almenon.arepl-1.0.14/node_modules/python-shell/index.js:97:39) at PythonEvaluator.startPython (/Users/anon/.vscode/extensions/almenon.arepl-1.0.14/node_modules/arepl-backend/index.js:111:24) at PreviewManager.startAndBindPython (/Users/anon/.vscode/extensions/almenon.arepl-1.0.14/out/src/PreviewManager.js:153:34) at PreviewManager. (/Users/anon/.vscode/extensions/almenon.arepl-1.0.14/out/src/PreviewManager.js:52:18) at Generator.next () at...

bug
macOS

Not sure what a good delay is. It's at 300 right now but might need to be higher - entering in dir paths can be slow and the user doesn't...

help wanted
discussion
real-time

# 1.39 release notes: **Extension terminal API** The extension terminal API has been finalized, allowing an extension to react to terminal input and fully control its output. The following creates...

enhancement
help wanted
misc

Not sure how I would do this. The following code opens a graph in the browser: Specifically "file:///C:/dev/AREPL-vscode/node_modules/arepl-backend/python/python_evaluator.html" ```python from bokeh.plotting import figure, output_file, show x = [1,2,3,4,3] y =...

enhancement
help wanted
variable display

quote from survey response: "It lacks polish. For example, if everytime I start typing and it regenerates all plots, it's not a really smart experience." This person could have easily...

real-time

I was reading through some articles on https://medium.com/@herbcaudill and I found it amazing how he was able to clearly articulate a need for a different business solution and how it...

major enhancement
different language

see #139 #140 #138 #194 #195 .... AREPL needs to be capable of supporting other languages.

enhancement
help wanted
major enhancement

https://stackoverflow.com/questions/5774947/get-all-local-variables-or-available-methods-from-irb

help wanted
major enhancement
different language

https://stackoverflow.com/questions/5101942/dump-all-php-variables

help wanted
major enhancement
different language

I was at djangocon and a person mentioned that they use shellplus and it would be useful for arepl. I might be able to add it in - I'm guessing...

enhancement
django