Ray Thurn Void

Results 12 issues of Ray Thurn Void

### Describe the bug https://github.com/sveltejs/kit/discussions/8097 I'm using svelte-kit's provided fetch to call a MS api that respond with an error when the Origin Header is provided. I've noticed that the...

### Describe the bug Adding `on:click` to a `` element is causing these two warnings: ``` A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown,...

a11y

## Description Add 3 new objects related functions and 1 new utility type for union types: ### `hasProperty` Check if the object has the property, similar to [the `in` operator](https://www.typescriptlang.org/docs/handbook/2/narrowing.html#the-in-operator-narrowing)...

## Is your feature request related to a real problem or use-case? Type guards for objects are done using the `in` operator. However it doesn't provide autocompletion and doesn't show...

Allow reactivity on slot using MutationObserver

```jl using DataFrames using Dates using RuntimeGeneratedFunctions RuntimeGeneratedFunctions.init(@__MODULE__) w = Base.get_world_counter() function Base.show(io::IO, mime::MIME"text/plain", df::AbstractDataFrame; kwargs...) fn = @RuntimeGeneratedFunction(:( (v, i::Int, j::Int) -> begin println(mime) #

https://github.com/microsoft/TypeScript/issues/50753#issuecomment-1251431487 In the link above a user provided a type to remove nullish values and optionals from a tuple, it would be cool to have the same in type-fest since...

type addition

### Describe the bug ![image](https://user-images.githubusercontent.com/53383860/233819233-2fe7072a-bd04-4a9b-93dc-361f1927b255.png) Has per [MDN docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu) the `menu` element is like the ul element but more semantically correct for interactive content, and the implicit role is `list`...

bug
a11y

![image](https://github.com/user-attachments/assets/9bbde9ef-77a4-4c4e-8b5e-ef907cfe349c) my variables are in `src/lib/styles/variables.css` This is my config ```json { "css.styleSheets": [ "src/lib/styles/*.css", "**/${fileBasenameNoExtension}.css", "**/${fileBasenameNoExtension}.svelte" ], } ``` This is an example of the content of the `variables.css`...

question

While working on https://github.com/sveltejs/svelte/pull/16161 to address https://github.com/sveltejs/svelte/issues/16092 I introduced a regression, however no test was failing. This test would have failed and prevented me from opening the PR ### Before...