Dmitry E. Oboukhov

Results 14 issues of Dmitry E. Oboukhov

It would be nice to have UUID-auth mechanism, example client make request to ```http GET http(s)://host:port/$uuid/select?space=sname&index=iname&key=keypart1&key=keypart2 ``` or ```http POST http(s)://host:port/$uuid/select Content-Type: application/x-www-form-urlencoded space=sname&index=iname&key=keypart1&key=keypart2 ``` And the module seeks user...

enhancement
help wanted
question

Linux, Debian/stretch. ICQ - блоб скачанный с сайта. причем не Segfault (я попробовал пустить под `ulimit -c unlimited`), а просто вываливается. падения наблюдаются следующим образом 1. запускаем 2. оставляем работать...

I keep my config files in my private GIT-repo. At a new host, I do `git pull` and the host is ready to use. It is very useful, but I...

✨ enhancement

### Description It would be nice to have a panel for only one tab. ![изображение](https://github.com/mbnuqw/sidebery/assets/538980/b3b716ef-8c98-4c2f-8f2a-2acf7175ceda) Such panels should: - hide list of tabs - but show panel icons/buttons - show...

type: enhancement
dep: api limitation

### Description Hi, there! I use several panels, and from time to time some of them contains only unloaded tabs. (Sorry, I don't know how them are named, because I...

type: enhancement

### Description Now panel button can contains counter of tabs that are placed in the panel. But some tabs can have 'unread' markers (for example if a tab contains a...

type: enhancement

### Description Hi, there! Containers is a great feature! In our country to get part of internet we have to use VPN, so containers help to do it. But from...

type: enhancement

For Aeon project we need a custom user indexes, that is able - be registered from Lua interface - be implemented on Lua/C (Tarantool 3.0 contains some section for PRELOAD...

feature

It would be nice to have `tap` helper or fixture. That can help us to migrate from `taptest` to `luatest`. example: ```lua function g.test_foobar() tap = g.tap(2, 'Foobar test') --...

feature

A connector to one replicaset. It has the following abilities: - Master-discovering functional inside - Traffic weight/zone-oriented balancer ```lua box.cfg{zone='moscow', weight=45} -- current zone and default weight replicaset = require...

feature
in design