Tayfun Bocek

Results 4 issues of Tayfun Bocek

Closes: #822 (Maybe) fix(example): Remove extra `open` field from example config file. feat: Reject aditional fields in schema. fix: Flatten `Core` for schema generation. fix: Actually deny unknown fields in...

Fixes https://github.com/ratatui-org/ratatui/issues/1250 Adds support for selecting a column and cell in `TableState`. The selected column, and cells style can be set by `Table::column_highlight_style` and `Table::cell_highlight_style` respectively. The table example has...

Type: Breaking Change

### Problem When calling a Lua function as a command registered through `vim.api.nvim_create_user_command` the command is passed a table as mentioned in https://neovim.io/doc/user/api.html#nvim_create_user_command(). The documentation mentions the `nargs` key being...

api

There were a few methods where a null pointer was used or the string was not null terminated. This fixes possible undefined behaviors. To avoid these issues in the future...