Hugo Korte

Results 30 issues of Hugo Korte

Let's say I have: ```ts interface InterfaceOne { propertyOne: string } interface InterfaceTwo extends InterfaceOne { propertyTwo: string } ``` ```js const interface = sourceFile.getInterface("interfaceTwo") console.log(interface.getProperties().length) // 1 ``` How...

Since Tailwind supports being used in containerized environments like Stackblitz again we can swap out our homepage REPL links to actual stackblitz projects. ![Image](https://github.com/user-attachments/assets/d8f7aea3-298c-4d23-a268-a7bca2972d11)

documentation

## Linked Issue Closes #3463 Also solves/closes: - https://github.com/skeletonlabs/skeleton/issues/3193 - https://github.com/skeletonlabs/skeleton/issues/3471 - https://github.com/skeletonlabs/skeleton/issues/3339 - https://github.com/skeletonlabs/skeleton/issues/3230 - https://github.com/skeletonlabs/skeleton/issues/2982 - https://github.com/skeletonlabs/skeleton/issues/2811 - https://github.com/skeletonlabs/skeleton/issues/3514 ## Review the RFC - https://github.com/skeletonlabs/skeleton/discussions/3499 ## Description This...

### Describe the feature in detail (code, mocks, or screenshots encouraged) This project is growing larger and larger by the week, we should really add a Github bot that automates...

feature request

ESLint + Prettier not only are quite slow to being with, they're also very cumbersome to setup together. Solutions like Biome solve this by having 1 dependency take care of...

dependencies
administration

From the homepage using `Wintry` theme:

enhancement

### Current Behavior ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Link to Reproduction / Stackblitz _No response_ ### Environment Information _No response_ ### More Information...

bug

### Describe the feature in detail (code, mocks, or screenshots encouraged) Zag: https://zagjs.com/components/carousel WAI: https://www.w3.org/WAI/ARIA/apg/patterns/carousel/ ### Provide relevant links, wireframes, prototypes, or additional information. _No response_

feature request

### Current Behavior _No response_ ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Link to Reproduction / Stackblitz _No response_ ### Environment Information _No response_ ###...

bug

`createContext`: https://github.com/sveltejs/svelte/pull/16948 This would require a peerDependency bump thus breaking, we can do this for V5.

enhancement