Almenon

Results 181 issues of Almenon

**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

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

Good for programming practice and arepl marketing, kill two birds with one stone.

marketing

For some reason the vscode settings api returns the python path in windows even if you are in WSL. The windows path might not work in WSL. I've asked slack...

bug

dependency on https://github.com/Almenon/AREPL-vscode/issues/324 I tested it with below and it worked! ```typescript return { range, hoverMessage: `Traceback (most recent call last): line 2, in ValueError: foo`, renderOptions: { after: {...

enhancement
inline
testing

SyntaxErrors and NameErrors (to a less extent, other errors like TypeErrors) can be annoying because they might pop up while you are typing. Mentioned in https://towardsdatascience.com/top-3-vs-code-extensions-for-python-and-data-science-7462dd4ee530 My response: https://medium.com/@almenon214/creator-of-arepl-here-thanks-for-giving-my-extension-a-shoutout-85a4cc2c9917 Reposting...

enhancement

It would be cool if issue report lead to a issue pre-filled with python version, the current code, extension version, and error traceback. I can use the body parameter to...

dev enhancement

Due to some timing problem the first few times the edit test is run from the command line it fails. After a few times it starts working.

bug
testing