Almenon

Results 181 issues of Almenon

The package took 11 minutes to download. ``` c:\dev\AREPL-vscode>npm i -g semantic-release-cli npm WARN deprecated [email protected]: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11) C:\Users\almenon\AppData\Roaming\npm\semantic-release-cli -> C:\Users\almenon\AppData\Roaming\npm\node_modules\semantic-release-cli\bin\semantic-release.js > [email protected] install C:\Users\almenon\AppData\Roaming\npm\node_modules\semantic-release-cli\node_modules\keytar...

cli

![image](https://user-images.githubusercontent.com/13080965/47338880-4a786f00-d64e-11e8-8176-019d5d55a78c.png) Image text in case it's hard to see: ``` ? What is your npm registry? https://registry.npmjs.org/ ? What is your npm username? almenon ? What is your NPM two-factor...

cli

I searched "ignore" and "exclude" in https://pyup.io/docs/bot/config/ but didn't find anything. I have some test libraries that do not need updating that I would like pyup to ignore.

The Dapper readme has no info on unit testing, and suprisingly there is not much tutorials online either. The two main unit test libraries I was able to find were:...

for [AREPL](https://github.com/Almenon/AREPL) I use jsonpickle to encode the user's variables after exec() for later display to the user. This works great the vast majority of the time. However, there are...

@komalpharate in #127 asked how this can be done, but we don't have the ability to do this yet. Would be nice to have.

enhancement
help wanted

It says that the version is a empty string. No idea why - passes locally. I should try using a different computer and seeing if it passes there. The other...

bug
help wanted

While looking into a different issue I had a realization: pretty much the only thing in python-shell that is actually specific to python is the parseError function. Theoretically you can...

enhancement
help wanted

In arepl-backend I have code that invokes "python3" instead of "python" if on a mac. (non-windows OS ships with python 2 so python 3 needs to be specified) It would...

enhancement