An open API service indexing awesome lists of open source software.

https://github.com/nightblure/nightblure

Repository for profile design
https://github.com/nightblure/nightblure

github readme

Last synced: 9 months ago
JSON representation

Repository for profile design

Awesome Lists containing this project

README

          

### Contacts

[![Gmail Badge](https://img.shields.io/badge/-vanobel159@gmail.com-c14438?style=flat&logo=Gmail&logoColor=white&link=mailto:vanobel159@gmail.com)](mailto:vanobel159@gmail.com)
[![Linkedin Badge](https://img.shields.io/badge/-LinkedIn-0072b1?style=flat&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/ivan-belyaev-2a510a253/)](https://www.linkedin.com/in/ivan-belyaev13/)
[![CV Badge](https://img.shields.io/badge/CV-web-blue?style=flat&link=https://resume.io/r/UB5g54I6r/)](https://resume.io/r/UB5g54I6r)
[![Telegram Badge](https://img.shields.io/badge/-Telegram-blue?style=social&logo=telegram&link=https://t.me/nightblure)](https://t.me/nightblure)

---

**My contributions**:
* developer of package for dependency injection - [injection](https://github.com/nightblure/injection)
* make attrgetter extract value from any nesting level of objects - https://github.com/modern-python/that-depends/pull/57
* implement container for [Milvus](https://milvus.io/) - https://github.com/testcontainers/testcontainers-python/pull/606
* add dialect parameter instead of hardcoded mysql dialect - https://github.com/testcontainers/testcontainers-python/pull/739
* overriding multiple providers with context manager - https://github.com/modern-python/that-depends/pull/53
* testing section and overriding features (docs) - https://github.com/modern-python/that-depends/pull/54
* migrate litestar-fullstack from PDM to uv - https://github.com/litestar-org/litestar-fullstack/pull/187
* conversion to dictionary depending on pydantic version - https://github.com/0b01001001/spectree/pull/408
* perf (flask): get annotations when no validation error and use cache for type hints - https://github.com/0b01001001/spectree/pull/412

**Bug reports**:
* error when creating a lock file with disabled package management mode in uv - https://github.com/astral-sh/uv/issues/7930
* hardcoded dialect/driver parameter in connection url in mysql container - https://github.com/testcontainers/testcontainers-python/issues/727
* attr getter works only with zero nested level - https://github.com/modern-python/that-depends/issues/56
* insert method of MilvusClient doesnt support partitions - https://github.com/milvus-io/pymilvus/issues/1987
* provider overriding does not works with Litestar - https://github.com/modern-python/that-depends/issues/119
* overriding does not work with non-primitive type objects in Litestar - https://github.com/modern-python/that-depends/issues/122