Benno

Results 25 comments of Benno

I'm exploring different bundle sizes using `customElement` for my Shopify Theme Extension and noticed a significant increase in bundle size for `customElement` components from Svelte 3 to Svelte 5. While...

@dummdidumm Thanks for the quick reply. `Reviews.svelte` is mainly HTML code. Ok, so it's expected to have a 100% + larger runtime size. Do you know how much room for...

Libraries like [`feature-state`](https://github.com/inbeta-group/monorepo/blob/develop/packages/feature-state/README.md), [`jotai`](https://github.com/pmndrs/jotai), and [`nanostores`](https://github.com/nanostores/nanostores) already provide implementations for creating global states. How would `useGlobalState()` differ? ### Example using [`feature-state`](https://github.com/inbeta-group/monorepo/blob/develop/packages/feature-state/README.md) (< 1KB minified) `store/tasks.ts` ```ts import { createState }...

@juhaku Regarding Point 2. Is it possible to rename the referenced Schama name for [`Named Fields`](https://docs.rs/utoipa/latest/utoipa/derive.ToSchema.html#named-fields-optional-configuration-options-for-schema)? ```yml id: $ref: '#/components/schemas/crate.reference_id.ReferenceId' ``` to ```yml id: $ref: '#/components/schemas/ReferenceId' ```

Testcase visualization ![image](https://github.com/sstadick/rust-lapper/assets/57860196/f24f7ba3-2cce-4382-b782-9c909b6bcf73) ![image](https://github.com/sstadick/rust-lapper/assets/57860196/f6da149a-5439-4bcf-a048-34b1f6db3bf1) ![image](https://github.com/sstadick/rust-lapper/assets/57860196/7ddc689d-08aa-4c5d-8134-5f8459ab5b26) ![image](https://github.com/sstadick/rust-lapper/assets/57860196/33d3b6d7-6372-48e3-bba8-6e34957d1ca0) ![image](https://github.com/sstadick/rust-lapper/assets/57860196/e622f6f3-756a-4036-aa27-826cb928bf1b) ![image](https://github.com/sstadick/rust-lapper/assets/57860196/6abe3175-7f71-439c-b883-81742b53bc93)