Arun Babu Neelicattu

Results 175 comments of Arun Babu Neelicattu

Sorry for the delay in response. That installs the latest available release. Which right now is `1.1.2`. You should try this version.

@hozn Your use case sounds very similar to one I have porposed at #2270. It would be good to get more eyes on that one and possibly feedback as a...

@francojposa you could try using the url dependency. `file:///usr/local/spark/python`. However, I am guessing you are aware of the potential breakages this could introduce as this is not really conisdered portable.

@tgolsson I should really read the descriptions fully before looking at code :rofl:

@tgolsson I am aiming for a new core release this week; so once that lands we can rebase this.

The only reason I am not aggressive on this yet, is that this seems to, for some reason, take a longer time per environment (likely due to the solver). Need...

Poetry searches for a package in all [package sources](https://python-poetry.org/docs/master/repositories/#package-sources) by default. Additionally you might want to add the publishing repository with a different name, if the source uses the same...

One issue I have with this is that this is a client level configuration for a project level preference. For example, in poetry, we specify poetry-core and default plugins at...

Good question. I'm not sure if I have a definitive answer here. While that will work, I don't think we've considered project `config.toml` something we expect to be checked in....