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
- Host: GitHub
- URL: https://github.com/nightblure/nightblure
- Owner: nightblure
- Created: 2023-01-04T16:28:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T10:07:22.000Z (about 1 year ago)
- Last Synced: 2025-06-07T15:46:30.094Z (about 1 year ago)
- Topics: github, readme
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Contacts
[](mailto:vanobel159@gmail.com)
[](https://www.linkedin.com/in/ivan-belyaev13/)
[](https://resume.io/r/UB5g54I6r)
[](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