Koen François

Results 4 issues of Koen François

## Summary The experience of using ```ts data: { i18nextNamespaces: ['...'] }, resolve: { i18next: I18NEXT_NAMESPACE_RESOLVER }, ``` Is slightly brittle, as it's easy to forget `I18NEXT_NAMESPACE_RESOLVER`. Although easy to...

Closes #25784 ## What I did Added a utility type to infer an [InputSignal](https://angular.io/api/core/InputSignal)'s type, and applied this type to `Meta`, `StoryFn`, and `StoryObj`. Note for checklist below: I do...

feature request
angular
ci:daily

## Steps to reproduce 1. Clone and set up https://github.com/kfrancois/repro-amazon-quicksight-embedding-sdk ```sh git clone https://github.com/kfrancois/repro-amazon-quicksight-embedding-sdk.git npm i npm start ``` 2. Plug in your own `QSearchBar` url [here](https://github.com/kfrancois/repro-amazon-quicksight-embedding-sdk/blob/50080474309d4f3af5cbb872de510252c072e6ed/src/app/app.component.ts#L30) 3. Wait for...

## Steps to reproduce 1. Run `pnpm create solid@latest` 2. Pass the following options ``` ◇ What type of project would you like to create? │ SolidStart │ ◇ Use...