Dhruv Bhanushali
Dhruv Bhanushali
Nerd Fonts are great, I use them all the time. But the scaled-down single-cell version of Nerd Fonts included in Monaspace has extremely small icons which are just harder to...
#### New App Submission - [x] I've read the [contribution guidelines](https://github.com/agarrharr/awesome-cli-apps/blob/master/contributing.md#readme). **Repo or homepage link:** - GitHub: https://github.com/pls-rs/pls - Homepage: https://pls.cli.rs **Description:** `pls` is a prettier and powerful `ls(1)` for...
**What version of Tailwind CSS are you using?** For example: v4.0.6 **What browser are you using?** This bug appears on Chrome but not in Firefox. | Firefox | Chrome |...
The `README.md` file says that the default stroke width is 32px. But the [arrow-forward-outline](https://github.com/ionic-team/ionicons/blob/7d8e33e12c28589c55682403f3802592b0dc834e/src/svg/arrow-forward-outline.svg#L1) file has stroke width set to 48px.
Consider the following example. ```ts import { z } from 'zod' import { zodToJsonSchema } from 'zod-to-json-schema' export const schemaA = z.union([z.string(), z.object({})]) export const schemaB = z.object({ a: schemaA.describe('description'),...
Currently the process for loading the file run the file through `compile` and then `exec`. https://github.com/wemake-services/django-split-settings/blob/d7ca866f22ff642e59976a099547047823f3259e/split_settings/tools.py#L111-L114 This works perfectly for `.py` files (thanks for the project, by the way, it...
There seems to be some issue with how Monaspace handles ligatures that they do not work inside the integrated terminal of VS Code. All settings being identical, a different font...
## Problem GitHub Actions has some confusing behaviour related to the handling of data types in variables. Notably, one area of confusion is the handling of booleans and strings (which...