Peer Wagner

Results 9 comments of Peer Wagner

Works for me, too. Windows 10 Enterprise 20H2 running Python 3.9.5 How can I help to get this PR merged?

You deleted the MANIFEST? Maybe it should be altered in the following way: ```text recursive-include dbf * LICENSE README.md setup.py WHATSNEW ```

The solution to work properly under Python 3 and Python 2.7 is change the open function which gets used to the open function of the builtin "io" module: `from io...

I was searching for this exact feature and read about the solution pipenv is using for installation: a second file containing the development dependencies. Maybe there is a blind spot...

@mariusvniekerk Totally understood this. That's why I think the mechanism of reading dependencies from a file could be an alternate option to the suggested use of selectors. But maybe this...

Came across this PR and would like to put my two cents in. Especially liked the idea of the kettlebell/padlock (modified version of logo by @bollwyvl) How to come to...

I would also welcome the idea of adding support for people who already are in a commercial relationship with Anaconda. This would basically mean to incorporate a security token to...

I would love to see al the keys available in an interactive (HTML?) visualization used as selectors/filters. Based on those selectors/filters, modules could be colored differently or highlighted in other...

Hey. The idea of a nested mapping is interesting. Because the idea can be generalized and used for different structures / purposes. However, I don't think that neither `"meta"` nor...