Alexander Ley

Results 8 issues of Alexander Ley

### In PEP 621 is the dynamic stuff, is there any plan to support it for dependencies and optional-dependencies? - How is this important to you? How would you use...

enhancement

* safety version: `safety, version 3.0.1` * Python version: `py39, py310, py311` (same on all) * Operating System: `MacOS Sonoma 14.3.1 (MacBook Pro M1)` ### Description - Wanted to use...

bug

Firstly, thanks for `micromamba` and `micromamba-docker`. These 2 combined with astral.sh's `uv` makes installing dependencies during Docker build much faster! We've been using `micromamba`, `micromamba-docker`, and `uv` at my company...

Love the work! We’ve been evaluating this for a performance dictionary lookup bottleneck we have. We’ve been using Python (pykeyvi) so far and it’s great. Our code base is 90%...

Basically I'm using ideas from this to speed up CI/CD: https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/ namely I use something like this for my Docker build and push to ECR step `--filter=blob:none`: ```yml - uses:...

see https://github.com/swagger-api/swagger-ui/releases/tag/v5.18.2