Utkarsh Verma

Results 90 issues of Utkarsh Verma

When I open `vi`, I get the following error from st: ``` erresc: unknown csi ESC[>4;2m ``` When I open `nvim`, I get the following error: ``` erresc: unknown str...

I have noticed that commits bd370228a4a2432baa5f0ec6a39df27460fc6cf2 and a8e2af0d923e7b6f7b19e8fa516bcd0670dfae84 have caused misalignment of text vertically when chscale is not 1.0. I believe it can be reproduced by enabling ligatures and setting...

I am writing a script and want to have to possible set of actions based on which key was used to make the selection in dmenu. For example, I can...

Window embedding was broken with the XRESOURCES patch because the parent window computation was happening before the args were passed. This PR moves that section to after args have been...

LuaCATS offers a way to specify the types through comments. Currently, stylua does not format it. For example, the code below: ```lua ---@param server string ---@param cond fun( root_dir, config):...

enhancement

I use Hugo for my blog and it supports [shortcodes](https://gohugo.io/content-management/shortcodes/). The syntax is something like this: ```md {{< code file="code/wscript" lang="python" >}} ``` ![image](https://github.com/valentjn/ltex-ls/assets/31820255/3e36fd22-e3ba-4fff-94df-2eece5b50796) Currently, ltex-ls treats it as plain...

1-question ❓

**Request (required)** I would like to be able to sort my anime list ("watching") based on the episode airing date. This would help me locate anime that I've watched or...

enhancement
api limited

**Request (required)** When I'm searching for new anime, especially sequels, movies, etc., I get lots of results which are already in my list. An option to hide results which are...

enhancement

Currently, there's no Lua API for knowing whether the plugin is enabled. I have to get the upvalue for `tsc.toggle` to query this. ```lua -- Get up value for {func}'s...

enhancement

I use [Hugo](https://gohugo.io/) to write my blog posts in Markdown. Hugo has [shortcodes](https://gohugo.io/content-management/shortcodes/) which are simply expressions evaluated at compile-time and then injected with the appropriate value. Currently, `marksman` thinks...

enhancement