Dhruv Suthar
Dhruv Suthar
I have faced a few issues with bold characters like letter m. The problem is that the character becomes so thick that it's difficult to identify them. I have seen...
The **Avatar** component makes 2 calls in every render to the image src
## Summary - This fixes the regex replace for 24:00 issue using hour cycle ### References - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat#hourcycle - https://github.com/muan/site/blob/a07a84bffd8105fe350791991f24d1f9149f9d4f/assets/site.js#L5-L15C29
This pull request introduces an improvement to the `parseColorVariables` function in `utils/parse-css-input.ts` to handle CSS variable references more robustly. The main change is the addition of logic to skip CSS...
## Description ## Screencast ## Checklist - [ ] I read the [extension guidelines](https://developers.raycast.com/basics/prepare-an-extension-for-store) - [ ] I read the [documentation about publishing](https://developers.raycast.com/basics/publish-an-extension) - [ ] I ran `npm run...
## Description Fixes https://github.com/raycast/extensions/issues/23848 ## Checklist - [x] I read the [extension guidelines](https://developers.raycast.com/basics/prepare-an-extension-for-store) - [x] I read the [documentation about publishing](https://developers.raycast.com/basics/publish-an-extension) - [x] I ran `npm run build` and [tested...
## Description - Standardized keyboard shortcuts and removed an unsupported Save shortcut to fix a build error. - Added a loading indicator for history to avoid flicker and moved "Delete...
## Description Add support for Windows and maintenance Closes https://github.com/raycast/extensions/issues/23876 ## Checklist - [x] I read the [extension guidelines](https://developers.raycast.com/basics/prepare-an-extension-for-store) - [x] I read the [documentation about publishing](https://developers.raycast.com/basics/publish-an-extension) - [x] I...
## Description Fixes https://github.com/raycast/extensions/issues/23711 ## Checklist - [x] I read the [extension guidelines](https://developers.raycast.com/basics/prepare-an-extension-for-store) - [x] I read the [documentation about publishing](https://developers.raycast.com/basics/publish-an-extension) - [x] I ran `npm run build` and [tested...