Almenon

Results 181 issues of Almenon

I had this shortcut in the electron version but I didn't bother porting it over to vscode version. Came back to bite me during a talk because arepl took a...

enhancement
help wanted

Make a post asking why userbase isn't increasing in /r/python despite good reviews. If I don't get actionable items out of it then the project is dead. No pressure!

help wanted
marketing

``` a="⺴" print(a) ``` Print shows ⺴ just fine but the var display shows it as "⺴"

bug
help wanted

I need to do this to avoid #241 see https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment Conda environments need to be activated for them to work properly. Currently I simply just use the executable at the...

bug
enhancement
help wanted

```python import pkg_resources y = [x for x in pkg_resources.working_set] ``` This generates a _long_ list of stuff like this: -{ y: -[ +{9 items}, +{9 items}, +{9 items}, +{9...

enhancement
json display

in package.json: "when": "editorLangId == python || editorLangId == plaintext" .... for some reason this isn't working :( even ""when": "editorLangId == python" doens't work When I do that the...

enhancement
spawning

Creating gigantic lists means renderjson has to render thousands of even millions of items, which is too much for the html renderer to handle without lag. I raised a feature...

enhancement
json display

Not sure how I would do this. I'd have to somehow match up the line numbers with each print statement. And there can be multiple items printed on a single...

enhancement
help wanted
inline

add it to https://github.com/Almenon/vscode-extension-telemetry.git see #234

dev enhancement

When I launch birdseye from vscode and try to open it in a browser (localhost:7777) I do not see anything. ![image](https://user-images.githubusercontent.com/13080965/38158513-d4714ed0-344a-11e8-85e4-0827b5cac9a1.png)

question
FAQ