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

Each run should be identical assuming the same code, but the logging output repeats. ```python import logging import sys root = logging.getLogger() root.setLevel(logging.DEBUG) handler = logging.StreamHandler(sys.stdout) formatter = logging.Formatter('%(asctime)s -...

bug
backend

**Describe the bug** Pandas does not work when printing multiple columns of dataframes **To Reproduce** Steps to reproduce the behavior: ```python import pandas as pd cafes = pd.DataFrame({ 'zip': [30324,],...

bug
low priority
has-workaround

**Is your feature request related to a problem? Please describe.** [PDM](https://github.com/pdm-project/pdm) folders are not recognized automatically **Describe the solution you'd like** PDM folders to be recognized automatically **Describe alternatives you've...

enhancement

I had imported asyncio, got the following error. Removed the import and all the associated asyncio and still getting the following error. ```cmp Sorry, AREPL has ran into an error...

bug

**Describe the solution you'd like** I think that it would be nice, if possible, for AREPL to save the names of files that are being used (e.g. changes in a...

enhancement

Currently I really just have e2e testing - the tests runner runs vscode along with my tests. According to the test pyramid I should be focusing on unit tests, not...

dev enhancement

I don't fully understand who is using AREPL or why, or why they stop using AREPL. By conducting some interviews I'm hoping to get a better sense of the audience...

misc

In light background theme the ikon is not visible at top panel next to "run" button.

UI

Hi! You have the "#$end" tag, but it is useless in many cases. How can I stop parsing and start it again from some different place skipping some blocks not...

enhancement

When I try to evaluate for the second time, or some modification of the code, I get the following error. And this does not disappear until I start a new...