Arun Babu Neelicattu

Results 51 issues of Arun Babu Neelicattu

The UI for `1.2.0a0` (master version as of writing this comment) is whack. It just stays at "installing" _Originally posted by @ThatXliner in https://github.com/python-poetry/poetry/issues/3852#issuecomment-817234844_ Also posted in https://github.com/python-poetry/poetry/issues/2918#issuecomment-816884068 by @fredrikaverpil...

Bug
CLI
UX

This builds on top of the work done by @gaby in #863. Closes: #863

area/networking

```console $ poetry --version Poetry (version 1.2.0b2dev0) $ echo $BASH_VERSION 5.1.16(1)-release $ poetry completions bash | bash bash: line 40: syntax error near unexpected token `clear' bash: line 40: `...

This change introduces the `preserve_on_destroy` option for the local_file resource. This defaults to `false`, but when set to `true` will ensure that the file is preserved when the resource is...

enhancement
documentation
size/S

Add new data source `local_exec`. This allows for the execution of a specified command on the local system and retrive it's output. Resolves: #8

documentation
new-data-source
size/L

This is a proof of concept for discussions and feedback only. ## Project Level Plugins Demo: https://asciinema.org/a/bFC2lNUV8K8IJurJz0RbJEJ1s ### Rationale In a lot of case, a project might require a plugin...

```console $ poetry source show -v name : pypi-simple url : https://pypi.org/simple default : no secondary : no name : pypi url : https://pypi.org/simple/ default : no secondary : yes...

area/cli
area/docs