-
It could be useful to have some testing workflow for the Riemann solvers. I was thinking about writing some Pytest-based regression tests for the Python and f2py-compiled Fortran solvers. The idea wo…
-
### Search before asking
- [X] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
# Reorganize and I…
-
When adding a `.python-version` file to a project and afterward using `uv sync`, the UV_PYTHON env variable takes more precedence over `.python-version` and doesn't change to the python version specif…
-
Similar to node (already implemented), python is used a lot for scripting. so injecting into subprocesses could be useful.
-
Hey, guys!
I’d like to propose a new rule for Ruff formatter, that mirrors ESLint’s padding-line-between-statements rule. This rule would add blank lines between specific statements in Python code,…
-
### What is the name of your project?
DipDup
### What's your name?
Oma
### Email
hello@bakingbad.dev
### Telegram
https://t.me/oma_aVe
### Please provide a link to your website, documentation,…
-
Our images set `CMD ["pulumi"]`, except the kitchen sink, which sets `ENTRYPOINT ["pulumi"]`.
`CMD` sets the arguments that are passed to the `ENTRYPOINT`. The default entrypoint is usually `bash -c…
-
# Key Accomplishments
- We taught how to use conditional statements: if/elif/else
- We taught how to use conditionals both with JavaScript and Python
- We taught how to use pseudocode
- We taught …
-
TLDR:
- do not run all tests when test execution fails
- also, do not run tests at all when you cannot collect the IDs
I am currently debugging a problem in my tests, most likely related to https://g…
-
Per @petermr's suggestion in https://github.com/jsvine/pdfplumber/discussions/904#discussioncomment-6149469, I think it's a good idea to add such a parameter/option, using `unicodedata.normalize(...)`…