Utkarsh Verma

Results 77 issues of Utkarsh Verma

Hugo's existing support for syntax highlighting is good, but using [tree-sitter](https://github.com/tree-sitter/tree-sitter) would be a huge improvement. They have Go bindings for it as well at [go-tree-sitter](https://github.com/smacker/go-tree-sitter). This is not something...

Proposal

Currently, Hugo looks for the `npx` binary to execute PostCSS commands. In my case, I prefer using `pnpm` to save time and disk space. Would it be possible to add...

Enhancement

I wish to replicate the following `mpc` format in `playerctl`: ```sh mpc -f "%title%[ - %artist%]" current ``` It only prints `- %artist%` if `artist` is set. How do I...

I am using a 3rd party library for neovim runtime (neodev) which defines types for the global variables. There's a table which it generally annotates as: ```lua ---@meta ---@type table...

I have the following use case. There's a library that defines a global `vim.g` as `table`. In my application code, I want to utilise only the "autoformat" key of that...

I am working on a personal project ([dwmblocks-async](https://github.com/UtkarshVerma/dwmblocks-async/tree/12d4decdd45015b9b6f1ac50a2bd65c98695f1c3)). I have `MissingIncludes` set to strict and weirdly, `clangd` gives me the following diagnostics: - [block.h (Line 5)](https://github.com/UtkarshVerma/dwmblocks-async/blob/12d4decdd45015b9b6f1ac50a2bd65c98695f1c3/include/block.h#L5): Included header stdint.h is...

include-cleaner

### Summary Password decryption is slow when invoked with the `-c` flag. ### Steps To Reproduce ![2023-06-03_11-18](https://github.com/gopasspw/gopass/assets/31820255/b6792814-c3fb-405c-99ab-74738c4a70d8) ### Expected behavior The time taken for decrypting should be similar to `gpg...

help-wanted
bug

This PR is related to #342 and implements a per-monitor configuration of vanitygaps. It also integrates the `BAR_PADDING_VANITYGAPS_PATCH`.

I recently made a slight change to `patches/bar_tags.c` to control the position of the underline based on `topbar`. ``` #if BAR_UNDERLINETAGS_PATCH if (ulineall || m->tagset[m->seltags] & 1

For example, this flag emoji 🇦🇩, is rendered as follows: ![image](https://user-images.githubusercontent.com/31820255/219909912-397f2a42-ad12-4028-b497-9ff3987927db.png) Is there a patch to fix this? dmenu also suffers from the same issue.