-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
**Background**: I am attempting t…
-
### Morning Tasks
- [ ] Discussion
- Makeup for your next holiday
- Setting up your email clients / phone / anything else?
- [ ] Bash scripting
- how to pull latest database
- how to push to g…
-
This issue aims to point out problems resulting from not adhering to PEP 517/518, that is storing a minimal `pyproject.toml` file in every Coherent project:
```toml
[build-system]
requires = ['co…
bswck updated
1 month ago
-
I actually mentioned this already in [another recent ticket](https://github.com/Legrandin/pycryptodome/issues/16), but since this problem was not reflected in that ticket's title, and since it is not …
-
https://docs.microsoft.com/en-us/office/vba/api/excel.workbook.refreshall
-
I need to use python 3.6 in a kinetic ROS package that manipulates images using opencv. To transfer images in and out of the package I'm using cv_bridge, but it is only supported on python 2.7 so I'm …
-
Continuation of #7697; tightly coupled to #7171 and #6913.
After discussion and feedback at the weekly hangout Apr 16 (see https://github.com/Slicer/Slicer/issues/7697#issuecomment-2059271196 and h…
-
Submitting Author: Raktim Mukhopadhyay (@rmj3197)
All current maintainers: @giovsaraceno
Package Name: QuadratiK
One-Line Description of Package: QuadratiK includes test for multivariate normality,…
-
### Summary
Ansible is giving the following warning evening though I have python interpreter already defined in the group vars in the inventory file:
```
[WARNING]: Platform linux on host webse…
-
* Avoid `import *`. It's better to only import what you need.
* Vector:
* No need to convert tuple into list in `__init__`. Tuple is actually better than list in enforcing mutability and saving sp…