Vladimir Severov

Results 9 issues of Vladimir Severov

- [x] This is a bug report - [ ] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior I use...

В настройках уведомлений других приложений есть разные типы/группы уведомлений. Каждую группу можно настраивать, в том числе можно "свернуть уведомление", чтобы оно не мешалось в области уведомлений и при этом оно...

Currently `cartridge.post-build` is not used by build, but used by pack. This is confusing. Let's do `cartridge.pre-pack` instead of `cartridge.post-build`.

feature

In GitHub Actions on pack stage I have a spinner that makes such logs: ``` • Building base image myapp-build | / - \ | / - \ | /...

bug

I call crud.get via go-tarantool using the primary key in this way: `client.Do(crud.MakeGetRequest("users").Key([]any{reqUser.Token}), pool.ANY)` As a result, I look at the `tnt_stats_op_total` metric and see that **one call** and **two...

performance

I ran the following commands: ```shell tt create cartridge --name tnt_app cd tnt_app tt init tt pack tgz --use-docker --tarantool-version "2.11.2" ``` As the result, I got the error: ```...

bug
teamE
2sp

I want to package an application for Linux on my MacBook. For this, I use the --use-docker option (similar to cartridge cli). But I encounter the fact that tt tries...

feature
teamE
2sp

I don't have installed Tarantool on my host. I want to pack Cartridge application, but I get the error `failed to get tarantool version: tarantool executable is not set, unable...

feature
teamE
2sp

Некоторые умения, такие как volume, согласно [документации от Яндекс](https://yandex.ru/dev/dialogs/smart-home/doc/ru/concepts/range-instance#volume) не имеют ограничения на минимальное и максимальное значение. Однако [текущая интеграция ограничивает](https://github.com/dext0r/yandex_smart_home/blob/dev/custom_components/yandex_smart_home/config_schema.py#L348-L349) значения в [-100, 1000] Предлагаю убрать такие ограничения, так...

enhancement