AREPL-vscode icon indicating copy to clipboard operation
AREPL-vscode copied to clipboard

Program python in real-time

Results 131 AREPL-vscode issues
Sort by recently updated
recently updated
newest added

**Describe the bug** In arepl v1.0.24 the following error happens ``` Traceback (most recent call last): line 2, in OSError: [WinError 6] The handle is invalid ``` **To Reproduce** ```python...

bug
backend

Show exception name to the right of the line of code it comes from Split off from #3

enhancement
inline

They appear again when you edit the file but it is still a minor annoyance

inline
minor bug

**Is your feature request related to a problem? Please describe.** Users generally want to see the properties of the object, but with a reference object they have to reference the...

enhancement

Thank you for giving me a nice extension but I have a question about how to apply #$save in part of whole codes like below: ```python import Calculate result1 =...

bug

gitpod python instructions have a broken link `https://github.com/gitpod-io/django-locallibrary-tutorial` should be `https://gitpod.io/#https://github.com/gitpod-io/django-locallibrary-tutorial` Also in arepl instructions I need to specify that arepl.pythonPath should be `python3`

docs

I've also been thinking about talking to duroktar about merging arepl/wolf. Arepl could stand to benefit with wolf's UI / inline style and in return I could rebrand arepl as...

discussion
inline

next step: check if the code is actually different before restarting. For example, adding a space (in most scenarios) will not change the logic of the code, yet AREPL will...

enhancement
real-time

i had howdoi installed but not requests so when howdoi was imported requests was not found and there was an error - but instead of going to telemetry and showing...

bug
good first issue