Sebastian Penhouet
Sebastian Penhouet
> Based on @MartinWallgren s solution I currently use: > > ```python > class PropertyBaseModel(BaseModel): > """ > Workaround for serializing properties with pydantic until > https://github.com/samuelcolvin/pydantic/issues/935 > is solved...
@iedmrc I also have a working solution so that the property setters work: ```python from typing import TYPE_CHECKING, List, Union, Any from pydantic import BaseModel if TYPE_CHECKING: from pydantic.typing import...
What is the best workaround until this is fixed? I'm getting this error and can't use flowbite-svelte while this issue exists: ``` npm run build > [email protected] build > svelte-kit...
> `svelte-hero-icons` need to export `pkg.svelte` to provide a hint for `vite-plugin-svelte` to handle Svelte libraries in SSR. `vite-plugin-svelte` would essentially add `svelte-hero-icons` to `ssr.noExternal`, so as a workaround for...
> @Spenhouet this issue is very specific about using the `npm:` protocol to rename dependencies (for no reason) > > the library you posted `svelte-heros` does not export ChevronUpSolid, from...
> bug them? You mean?: https://github.com/themesberg/flowbite-svelte/issues/86 Sure, just wanted to make sure who's the one who needs to get active. To be honest, I don't know what needs to be...
Is there any solution to this?
Is there any solution to this?
I'm no longer actively working on this tool and am not sure if this issue is still relevant. Going to close it for now. We can reopen if it's still...
@Kenneth-Schroeder Thanks you for your help on this. @MichielProost Feel free to check out if this resolved your issue. Since the PR contained your suggested change, I'm expecting it to...