-
I'm currently experimenting with migrating from mypy's stubgen to pybind11-stubgen and noticed a bigger difference in the handling of invalid types (unfortunately not 100% preventable due to certain l…
-
Hi, I am trying to install dante_ltr through conda. The tool is properly installed without any errors. However when I try to execute it as dante_ltr, its showing command not found. Can you help, if t…
-
I'm encountering an odd error after building this project (from develop, and also from Release_13.3). The project runs, but I get exceptions when I open various UI elements (e.g. the input viewer, or …
-
### Si on écrivait au fur et a mesure nos avancements respectifs dans ce fil ?
Aujourd'hui, j'ai ajoute le module python qui se charge de créer des trigrams a partir d'une liste de fichiers.
Il suffi…
-
Hey all,
I know the README says it doesn't make sense to use `django-stubs` without mypy, because mypy uses a plugin for cases where type hints alone don't work. Sorry if this question is a waste o…
-
**Describe the bug**
Since the Open3D update I get this kind of a warning (see screenshots) in PyCharm when I try to add a point cloud as a geometry in a visualizer.
I've also seen issues like "Ex…
-
Maybe the method in https://github.com/pymupdf/PyMuPDF/discussions/1015#discussioncomment-878019 can be added to `ruby` method.
-
BPO | [24417](https://bugs.python.org/issue24417)
--- | :---
Nosy | @smontanaro, @ericvsmith, @csabella
*Note: these values reflect the state of the issue at the time it was migrated and might not re…
-
### setuptools version
setuptools==75.3.0
### Python version
Python 3.13
### OS
Arch Linux
### Additional environment information
_No response_
### Description
According to …
-
I just did the error-handling exercise, and had several issues:
- It was unclear at first what to do with inputs. Looking at the tests, it seemed that trying to convert the input to `int` was the …