nakem1

Results 3 issues of nakem1

I'm trying to take audio from an mp4 video. I don't want to create extra local files, but I can't pass the input otherwise. I transfer the created file and...

### Version 1.13.0 ### What happened? I have a query ``` -- name: Test :exec INSERT INTO test (id, body) VALUES ( UNNEST($1::uuid[]), UNNEST($2::varchar[])); ``` there is a generated struct...

enhancement
:books: postgresql
:wrench: golang
:computer: darwin

**Environment:** - Local Telegram Bot API - bot with hundreds of thousands of MAU - Users constantly send voicemessages, videonote, audiofiles. **Local Bot API Configuration:** ```bash telegram-bot-api \ --http-stat-port=XXXX \...