Georgii Imeshkenov

Results 5 issues of Georgii Imeshkenov

Hi During solving a problem with having only one connection (or pool, this issue is also actual for result of `aioredis.create_redis_pool()`) I'm stack with such error When I get connection...

question

ATM to use connection we need to write the following code: ```python connection_pool = psqlpy.ConnectionPool() conn = await connection_pool.connection() conn.execute("SELECT * from users") ``` But it would be more pythonic...

## Missing `customnpcs.refmap.json` **Versions:** * Minecraft: **1.7.10** * Forge: **10.13.4.1614** * CustomNPC+: **1.9.3** Hi. [1.9.3](https://github.com/KAMKEEL/CustomNPC-Plus/releases/tag/1.9.3) release build does not contain `mixins.customnpcs.refmap.json` file that makes it impossible to run in production...

Technical details & libs versions: Libs: ```toml winit = "0.30.7" softbuffer = "0.4.6" ``` Machine: MacBook Pro with M3 **macOS**: `Sonoma 14.6.1` Hi! During developing software rendering I've decided to...

question
CoreGraphics

### Before you start please confirm the following. - [x] Yes, I've searched similar issues on [GitHub](https://github.com/portainer/portainer/issues). - [x] Yes, I've checked whether this issue is covered in the Portainer...

kind/bug
bug/need-confirmation