Utkarsh Verma

Results 90 issues of Utkarsh Verma
trafficstars

Over on the X11 side, I used `-ps` in dmenu to preselect an option in the menu indicating a mode or state that is currently active. Reading up the manpage...

I previously used Skiff Mail for email and it does not have an IMAP interface to export the emails. They just give all emails as a compressed `.mbox` file which...

`main` is quite far off from `v1.0.1` at this point. Do you have any plans for the new release? I especially care about omitting some yaml fields in my CV...

**Is your feature request related to a problem? Please describe.** For some reason, watching the source file for changes does not rerun the corresponding tests. It works for Rust projects,...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, the plugin stores the API token as plain text in `.obsidian/todoist-token` which is not a good practice. Since I...

✨ feature

I have the following toml. ```toml # A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config. # If you encounter any issues, please make an...

**Reporter Info** - Materia version: 20210322 - GTK3 version: 3.24.49 - Distribution (and version): Arch - Desktop environment (and version): None (dwm) - Related application (and version): Gnome Document Viewer...

I like to run my containers read-only to follow security practices, and it makes backups deterministic too. Here is my docker compose file: ```yaml include: - ../traefik/compose.yaml services: slskd: container_name:...

I have the following file snippet: ```xml serif Noto Serif sans-serif Noto Sans ``` When I enable the formatter, it removes the empty lines between `` blocks which I keep...

When I launch nvim with the following config for arrow.nvim: ```lua ---@type LazyPluginSpec[] return { { "otavioschwanck/arrow.nvim", keys = { { "ga", desc = "Arrow" }, }, ---@type plugins.arrow.config opts...