Stefan Logue
Stefan Logue
Tmux doesn't need to be currently attached if running in the background, will not show `no current client` error
We've already got validators for other types of UID (UUID, ULID, CUID etc.), so rather than having to use a regex when working with KSUIDs, it would be nice if...
Resolves #3050
It's not immediately obvious how to use a theme other than Dracula or Monokai. I've tried using multiple different themes I've got installed (and in use on neovim), including the...
I've got a schema and inferred type in a library: ```ts const schema = z.object({ name: z.string(), address: z.string(), }); type SchemaType = z.infer; ``` I'm importing this inferred type...
This PR addresses a SonarCloud issue where some strings were duplicated multiple times. These strings are now constants