Oskar Sharipov

Results 8 comments of Oskar Sharipov

@f213, роботизированной строки вроде "tinkoff_bank" и "tinkoff_credit" достаточно или ожидается, что название банка будет более человеческое ("Tinkoff Bank", "Tinkoff Credit")?

Consider trying `vidir` from [moreutils](http://joeyh.name/code/moreutils/). Removing files is possible there as well, as everything vimv can do.

@vas3k, ага, с Go и подобными сильно проще, но для зависимостей в Python-проектах тоже что-то компилировать нужно. Для этого мы устанавливаем build-essential и из-за этого билд происходит дольше, чем "скачать...

Компиляция справедлива не для всех пакетов, а только для тех, в которых есть что компилировать и для которых в pypi нет нужных wheels.

Hi @bnoctis, Thanks for an idea! I had some spare time and wanted to practice with Go so I published [minitrust](https://github.com/igoose1/minitrust) few days ago. It's a tool with two subcommands:...

I format code accidentally. I forgot github is pushing all future commits on top of the PR. However, formating is not such a bad.

Hey, Alexander! Curious proposal. The non-obvious part is what's being expected in `request.auth`. In current version it's the first true authentication result as checks are performed in order. With AND...

I don't know if it's related but I'd like to point out about a regression somewhere. I upgraded to FastAPI 0.108.0. An endpoint with `Annotated[UploadFile | None, File()]` currently doesn't...