Milan Jaritz
                                            Milan Jaritz
                                        
                                    #77 --- ## PR-Codex overview ### Focus of this PR: This PR focuses on updating the `weights` array in `index.js` by adding a new weight value. ### Detailed summary: -...
Tailwind v3.3 introduced `950` shades of every color palette. It would be super helpful if nightwind would support them. https://tailwindcss.com/blog/tailwindcss-v3-3#extended-color-palette-for-darker-darks
### Describe the feature It would be really useful to invalidate the cache automatically for queries that depend on the updated data and have the same `__typename`. Example: - item...
### Describe the bug In the docs it says that the calendar exports a hiddeninput element. But if I try to extract it from the `elements` object I get an...
**Is your feature request related to a problem? Please describe.** To have generic components it's sometimes neccessary to pass down union types where only an intersection of the type is...
**Is your feature request related to a problem? Please describe.** Currently the handling of server side errors is a big pain. Our situation is that we have server errors like...
fixes #385
**Description** Submitting without tainting a field doesn't show errors if `cancel` is called inside the `onUpdate` event. **If applicable, a MRE** https://www.sveltelab.dev/so7vxl58n4cb4ki
I want to be able to define an array that contains exactly the elements of all possible values of a union once. ``` ts type Union = "prevStep" | "nextStep"...