BNMetrics

Results 11 comments of BNMetrics
trafficstars

This is a good idea! :) I can start working on this soon. Or, would you like to add this feature? :)

Like this idea! I think we can have support on both `self.logger`, or `self.log`. what do you think?

@kenneth-reitz This is a great idea! 👍 I will work on it this weekend, unless you'd like to? 😉

Hi there! Sorry for the late response. I had been quite busy with my real work. Could you give me a bit more context so I can reproduce this? Thanks!

Hi there, sorry for the late response. This seems to be a problem with python versioning. Since in anything below python3.6.2 does not seem to check if the filename passed...

Hi there @rahul-kumi ! :) I haven't actually thought about it yet, but I was thinking maybe having the terminal with color logging would be nice for now. What do...

I have found a workaround for this, you will need to extend `click.CommandCollection`, like so: ``` class CommandGroupCollection(click.CommandCollection): @property def sources_map(self) -> dict: """ A dictionary representation of {command_name: source_group_object}...

Hi maintainers! @gonuit @danthedaniel Will this version be released soon? I'm mainly looking at #19 and #12 , as this will save a lot of CPU time.

I'm stuck on this too. The reason is from this line: https://github.com/pypa/pip/blame/master/src/pip/_internal/req/req_file.py#L199 @pradyunsg is there any reason why disabling wheels if there is option for the line itself?

I think it'd be more reasonable to disable wheel if the `--install-option` is specified on the global level, instead of individual packages(lines in requirements.txt) Especially for the use case of...