Bradley Kreider
Bradley Kreider
I was using the wrong Type, but still HashType raises an error on to_native(), because it expects a Class attribute LENGTH. This works for SHA and the derived hashtypes because...
#### ALL software version info anaconda-project -v 0.8.3 #### Description of expected behavior and the observed behavior Running `anaconda-project run` from a directory having no project causes hanging. Same for...
#### ALL software version info version 0.10.1 #### Description of expected behavior and the observed behavior On windows there are two functions that recursively look in parent directories. Because the...
#### Description of expected behavior and the observed behavior I don't think skip_imports is documented. I found without this setting, a command like: `anaconda-project list-commands` will recursively search every subdirectory...
I have an environment inside my project with nbclient and it has tons of tests as notebooks and every command with anaconda-project has a full page of warnings: > Potential...
It would be really helpful for bundling nodejs packages, if there was support for turning "#!/usr/bin/env node" to "#!${PREFIX}/bin/node". All of the node packages created using "npm install" will create...
This leads to many, many log messages about LOCK_DOWN in a row, because it is per connection and not per operation. https://github.com/Anaconda-Platform/anaconda-client/blob/master/binstar_client/__init__.py#L203-L207 ``` if 'X-Anaconda-Lockdown' in res.headers: logger.warning('Anaconda repository is...
1. `anaconda upload -t ..... `: -t needs to be before `upload`. This actually has an error message: > "Extracting unknown attributes for upload > [ERROR] Trouble reading metadata from...
If you happen to use curl to download from Anaconda.org but forget to pass the -L (follow redirects flag), your conda package will be html and it will silently fail...
Luckily Unix has a way around this, but requiring user input could be a gotcha for automators. ``` anaconda login --username bkreider --password xxxxx Using Anaconda Cloud api site http://54.208.244.133:8080/api...