Mykyta Velykanov
Mykyta Velykanov
Hey @golee I'll try that, thanks!
I guess my question is more about why prefix is being thrown away I don't believe this is right behaviour I agree that INI files don't use prefixes, but they...
Ok, let's say that sounds logical (but I still think there's an information loss. Despite using `configs['DATABASE']` inside both `SERVICE1` and/or `SERVICE2` you still need to pass that service name...
Partially yes There are 2 problems remain: 1. There's no possibility to pass kwargs for different configuration loaders through `config` function (yet?) 2. As we would load data from INI...
I've found a possible workaround: I was able to resolve this by setting full url to the private package `private_package = {url = "https://pypi.example.com/full/path/to/private_package-0.0.1-py3-none-any.whl"}` In this case `[[tool.poetry.source]]` section is...
@SimonVerhoek what exact auth issues do you have (any traceback or error description can be helpful)? Failure to access private gitlab repo might be resolved by adding ssh private key...
@dimbleby how come it is expected? I'd expect project_1 to work properly within project_2 (with regular dependencies that works fine). And it's not project_2 which depends on additional source, but...
Ok, then why does project_2 simply not take all the instructions (aka sources) written in project_1? project_1 has them listed in a correct way, right? Again, I don't think it's...
1. I don't think I can speculate on that 2. This is obviously user's issue and should be resolved by the user himself 3. I'd say suggestion to have a...