cospectrum

Results 33 issues of cospectrum

**Environment** - **deptry version**: 0.23.0 - **Python version**: 3.10.16 - **Operating system** (e.g. Ubuntu 22.04, Windows 11): macos **Describe the issue** `uv run deptry .` for `uv-workspace` gives bad results...

enhancement

Relates: https://github.com/cloudflare/pingora/issues/570

enhancement

Relates: https://github.com/immanelg/mdopen/issues/22 Send notification to user tabs on server shutdown (`ctrl + c` signal)

Program didn't finish. ```python import asyncio import freezegun async def main() -> None: dt = '2012-01-14' with freezegun.freeze_time(dt): await asyncio.sleep(0.1) print('finished') if __name__ == '__main__': asyncio.run(main()) ``` ```sh python==3.9.20 freezegun==1.5.1...

### Describe your environment OS: Darwin 22.6.0 Python version: 3.13.2 SDK version: v1.31.1 API version: v1.31.1 opentelemetry-exporter-otlp v1.31.1 ### What happened? After `otel-collector` restart, the `app` failed to send traces...

bug

Optionally to close: https://github.com/image-rs/imageproc/issues/708

```rs fn main() { let img = gray_image!(type: f32, 1., 2., 3.; 4., 5., 6.; 7., 8., 9.; //

What do you think about adding fuzzers similar to `image` crate?

I'm interested in seeing perceptual hashing in the upstream. Do I have a green light?