Ryan Thomson
Ryan Thomson
Add an option allowing left click to open the options menu, and right click to toggle dark mode.
**Is your enhancement request related to a problem? Please describe.** I ran into a situation recently where I wanted to use a Heroku-specific `.npmrc` file. My initial thought was to...
### Describe the bug Svelte will always report a warning on ``. However, this can be a false positive, as under certain conditions the role may not be redundant. [According...
Updates `ModelSerializer`’s field generation to set `pk_field=UUIDField()` if the related field is `PrimaryKeyRelatedField` and the foreign key field on the model is a `UUIDField`. [See this discussion for an explanation...
**What package within Headless UI are you using?** @headlessui/vue **What version of that package are you using?** 1.7.17 **What browser are you using?** Firefox 122, Safari 17.2 **Reproduction URL** https://codesandbox.io/p/devbox/weathered-forest-v3lvy2...
In the Mail app on iOS, there is a small delay (roughly a half second) after opening an unread email before it’s actually marked as read. I always thought this...
It looks like the new way to accomplish “launch at login” functionality is with `SMAppService` instead of `SMLoginItemSetEnabled`, which this app uses currently. `SMAppService` does not exist prior to macOS...
`build_where_clause()` and `build_choose_clause()` both attempt to escape single quotes in the provided strings. However, they do not handle backslashes, which means it's possible to un-escape the single quote. ```py >>>...
### Describe the bug In Svelte 5, [components are no longer classes](https://svelte-5-preview.vercel.app/docs/breaking-changes#components-are-no-longer-classes). However, the `ComponentType` type is still [defined as a class constructor](https://github.com/sveltejs/svelte/blob/f2f71ae3a1b9a416936484c121e51f6645761ea8/packages/svelte/types/index.d.ts#L188-L195), not a function. This leads to situations...
Implements the `HTMLTimeElement` type. Closes #1431 Please let me know if I’ve missed anything here