Arun Babu Neelicattu

Results 51 issues of Arun Babu Neelicattu

Was not sure where the best place to raise this was. If this is not the right place please direct me where to raise this. The Linux installation instructions at...

- Ignore any property that attempts to use the class attribute - Based on https://gist.github.com/ykare/1fb2d5d11e16cb0003c3#file-2-beanutils-patch-struts1-0-2

We should rename the dependency option `develop` to `editable` to align with what it actually is and to [avoid confusion with a "development dependency"](https://github.com/python-poetry/poetry/issues/2999#issuecomment-701418325). ```diff - foo = { path...

kind/feature
kind/enhancement

## Summary by Sourcery Documentation: - Add a new FAQ entry detailing the migration process from the `tools.poetry` section to the `project` section in `pyproject.toml` as per PEP 621.

area/docs/faq
impact/docs

Add a notice when all sources are listed and PyPI is implicitly enabled. ## Summary by Sourcery Add a notification to inform users when PyPI is implicitly enabled as a...

Previously, the application implementation did not handle global options correctly when positioned after command options. This lead to incorrect cached working directory values prior to switching application context. Resolves: #9978...

This change ensures correct volume mount SELinux lables are applied for services. Additionally, apply correct security options for container socket use within vector container. Ref: https://docs.podman.io/en/latest/markdown/podman-system-service.1.html#access-the-unix-socket-from-inside-a-container ## I have read...

## Motivation An issue was raised at python-poetry/poetry#9707 indicating that PEP517 builds of this project was failing due to missing build system requirement declaration. ## Modification This change adds initial...

Originally identified in https://github.com/python-poetry/poetry/pull/9870. ```python from cleo.io.buffered_io import BufferedIO from cleo.ui.exception_trace import ExceptionTrace from crashtest.inspector import Inspector if __name__ == "__main__": io = BufferedIO() try: try: raise ValueError("ValueError") except ValueError:...

bug