kalloc

Results 16 issues of kalloc

**Bug description** Docker: docker.io/tarantool/tarantool:2.11 Tarantool 2.11.4-0-g8cebbf2ca Linux-x86_64-RelWithDebInfo **Crash Log** ``` 2024-10-12 11:19:07.721 [1] main/8662/main txn.c:1514 W> Transaction has been aborted by a fiber yield 2024-10-12 11:19:07.850 [1] main/8663/main txn.c:1514 W>...

bug
needs feedback

So, I have just installed [vim-ai](https://github.com/madox2/vim-ai) plugin, which uses a buffer for chat sessions. -- ``` :echo &filetype aichat :echo expand('%') >>> AI chat ```

I re-opened a question in `lazyvim` gh, https://github.com/LazyVim/LazyVim/discussions/531 They suggested changing settings in `bufferline`. I want to hide/remove tab from bufferline after :tabclose, how can I do it? ---- my...

Hi! Help me to figure out next problem. I use coc-eslint with configuration (CocLocalConfig): ``` { "eslint.packageManager": "pnpm", "eslint.autoFixOnSave": true, "eslint.options": { "overrideConfigFile": "eslint.config.mjs" }, "eslint.workingDirectories": [ { "mode": "auto"...

Can't reproduce