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
trafficstars

I can print the result in the console without any error but AREPL reported many errors message.

Whenever try to add user input it can't show output for as it only has a specific way of taking input, can it be changed because then i have to...

enhancement

**Bug** OS: Windows 10 Professional x64, Build 1909 Python: 3.8.10 VSCode: 1.58.2 AREPL: 2.0.2 When using `importlib.resources`, AREPL generates the error: ``` File "C:\Program Files\Python38\lib\importlib\resources.py", line 13, in from typing.io...

bug

Hi VS Code PM here 👋 Consider on-boarding to VS Code sponsorship. It is as easy as adding: ```json "sponsor": { "url": "https://ko-fi.com/almenon" } ``` to your `package.json` More details...

**Describe the bug** ``` Sorry, AREPL has ran into an error Traceback (most recent call last): File "/usr/local/Cellar/[email protected]/3.9.2_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/selector_events.py", line 261, in _add_reader key = self._selector.get_key(fd) File "/usr/local/Cellar/[email protected]/3.9.2_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/selectors.py", line 193, in...

bug
has-workaround

trying to configure arepl. Wrote a small piece of code but arepl is not showing all the variables and not refreshing. ![image](https://user-images.githubusercontent.com/48642492/100221978-5a3f9d00-2f11-11eb-9379-436a405dea6a.png)

**Describe the bug** I copied the code for Misc/Dumping, once pasted, VSC puts a red suiggly line under "arepl_dump" in `from arepl_dump import dump` I hit run without debug, I...

minor bug

**Describe the bug** Whenever a file imports pytorch, it produces an error. ``` Traceback (most recent call last): line 3, in File "/home/ayb/.local/anaconda3/envs/deep-learning/lib/python3.8/site-packages/torch/__init__.py", line 447, in from .tensor import Tensor...

bug

**Describe the bug** In arepl v1.0.24 it gets the following error: ``` Traceback (most recent call last): line 1, in io.UnsupportedOperation: not writable ``` **To Reproduce** ```python print('hi', file=open(2)) ```...

bug
backend

It's annoying to have to constantly re-expand a variable if it is hidden deep into the layers of nested JSON. I have a default expand setting but it is for...

enhancement
json display