Philipp Schardt

Results 16 comments of Philipp Schardt

Hello @jeremyriverain , I guess you have to add `"dom.iterable"` into your tsconfig: ` "compilerOptions": { "lib": ["esNext", "dom", "dom.iterable"], `

Hello @jycouet, Is this issue resolved? I'm still getting the following error: ``` An object literal cannot have multiple properties with the same name. ``` Could we please implement the...

@Evertt already provided a reproduction repo: https://github.com/jycouet/kitql/issues/665#issuecomment-2169848588 He described steps to edit a previous version of the repo to get the error without Sveltekit complaining about conflicting routes: https://stackblitz.com/edit/sveltejs-kit-routing-bug-repro I...

Hi @dmcalester , We are currently applying a custom theme to the AstroUX components and run into some issues related to the design token implementation. Our goal is to customize...

Hello @dmcalester , we're currently using the following components * `rux-button` * `rux-push-button` * `rux-global-status-bar` * `rux-icon` * `rux-container` * `rux-card` * `rux-tab` + `rux-tabs` * `rux-tab-panels` + * `rux-tab-panel`...

@teleoceans Are you using the european S3 API address (from token generation section `Use jurisdiction-specific endpoints for S3 clients`)? I fixd it by **not** using the eu address. Try it...