Baptiste Fontaine

Results 54 comments of Baptiste Fontaine

Is there anything we can do to get this PR merged?

Have you considered using [MapRoulette](https://maproulette.org) for these tasks?

ping @vigneshwaranr on this?

On my machine with no `~/.aliases.cache` file and 12787 commands in my history the current `huffshell` takes ~2.3 seconds while with this PR it takes ~1.4 seconds. If the `~/.aliases.cache`...

I spent the day trying to figure out how to circumvent this issue. In the end, the only thing that works is using a `git` source: Instead of: ```toml [tool.poetry.dependencies]...

This workaround works but I don’t think the issue should be closed because the original problem still exists.

I don’t see any technical reason this shouldn’t work. Right now this is a bug: the URL including credentials is perfectly valid but Poetry appears to silently strip the credentials....

@clintonroy The question is not if the project accepts credentials because it doesn’t have a choice: URLs that contain credentials are valid HTTP URLs that shouldn’t be dealt with in...

@fannigurt yes, but this issue is specifically about adding credentials _inside_ the repository in order to share them with everyone. By default `poetry config` edits your _user_ config. To edit...

Any idea when this could be merged?