Artem K
Artem K
If we need to apply several mutations one by one to an entity and we don't need any intermediate results, it would be good if we can achieve it by...
## Issue Description ## Unable to work normally with my solution because of "Too many open files". inotify watches is set to maximum: ``` cat /proc/sys/fs/inotify/max_user_watches 524288 ``` In the...
We have web api, implemented with [gin](https://github.com/gin-gonic/gin) in this app. It would be nice to have autogenerated swagger API doc and swagger web UI. I recommend to use https://github.com/swaggo/gin-swagger and...
monobank supports saving accounts, but doesn't provide an API to interact with them. we could infer savings accounts balances from IN/OUT transactions related to them, but those accounts also provide...
Current production installation uses postgresql running in docker. Basically, production uses almost the same docker-compose.yml as in current main branch. It works for now, but I would prefer to remove...
This project uses [pgx](https://github.com/jackc/pgx) as db driver. pgx has no default schema migrations mechanism, so at the moment db schema must be managed manually. I would be happy if somebody...