-
I've found adding **wily** useful when making architectural changes and getting a sense of how code complexity changes over time.
https://pypi.org/project/wily/
https://www.youtube.com/watch?v=d…
-
### Summary of problem
An overall increase in duration has been observed in ddtrace versions 2.2.0 and above. This has led to a significant increase in latency in actual user service environments…
-
**Describe the bug**
This might not be a bug, I'm just curious of your opinion
After https://github.com/squizlabs/PHP_CodeSniffer/issues/3469 multiple part of my code is reporting too much cyclo…
-
In firefox code, we use some macros to make annotations (for clang static analysis for example).
For example:
https://searchfox.org/mozilla-central/source/dom/animation/AnimationTarget.h#54
or
htt…
-
## Idea
It would be nice to have some checkers which would catch object oriented programming principle violations.[ SOLID](https://en.wikipedia.org/wiki/SOLID) principles usually are the go-to for …
-
While connecting to client, I am getting following error
```
raise ValueError("password replacement is not allowed for relative URLs")
ValueError: password replacement is not allowed for relative …
-
### Bug description
Half of our team uses vanilla PyTorch and the other half uses (PyTorch) Lightning. We need to use several custom metrics for our use case, and need fine-grained control over which…
-
### 🔎 Search before asking
- [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report.
- [X] I have searched the PaddleOCR [Issues](https…
-
### Describe the bug
I run into the error when I use my merger code a second time. The code to reproduce is attached. Versions below.
```
CommitFailedError: Failed to commit transaction: Error …
-
`wemake-python-styleguide` ([link](https://wemake-python-styleguide.readthedocs.io/en/latest/index.html)) is a collection of plugins as well as a number of custom rules (WPSxxx). Implementing all ru…