-
Right now the autocomplete in IPython leaves a lot to be desired, because it uses introspection on an object. So if you have a variable x, and do 'x.', IPython will introspect on x. This works okay if…
-
# General situation
I work with dbt and python. I use sonar qube to check my python code but I cant check the created sql with dbt. Is there an option to genereate a report according to the sonar qub…
-
Even though I don't like the auto-fixing abilities of autopep8/yapf, they might be useful to use as a linter as they find certain cases flake8/pylint don't.
-
### Description
Syntax highlighting is broken after the heredoc when a variable is inserted if it's not surrounded by double quotes. See the examples provided below. The only change was on line 6, I …
-
### Bug Description
There is an unexpected failure from our `unwrap_or_bypass_with` for `getaddrinfo` detour when bypassed with `Bypass::NullNode`
### Steps to Reproduce
Simply run `python3 -m http…
-
Exactly the functionality of this module I was looking for... I gave it a try on a Ubuntu 22.04.3 LTS .
During the installation I used a clean miniconda environment. Then I had to install the follo…
-
Type: Bug
How to reproduce:
Run the windows x64 installer
Click through the standard pages
Click install
The installer then freezes.
I know it's frozen because I can't click anything, or …
-
I have `setup.py`. When I try to install `"langchain-nvidia-trt == 0.0.1rc0"` through setup.py, I get the below error.
```
The conflict is caused by:
tritonclient[all] 2.42.0 depends on cuda…
-
Based on xarray and pint at least, there seems to be some momentum in the ecosystem towards automatic code formatting with black and isort, and after some initial uncertainty, I've started taking a li…
-
Description for command line flags and configuration file options are today split across 2 different documentations ([here](https://mypy.readthedocs.io/en/stable/command_line.html) for CLI flags, and …