Jakob Pesch

Results 7 comments of Jakob Pesch

I stumbled upon this too. Here is a simpler REPL in [Svelte 4](https://svelte.dev/repl/3fbaba84b76147d58d7fcede643d7d48?version=4.2.15) and [Svelte 5](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAE-WSsY7bMAyGX4VQByeAm6DttYNiu0jbrUOXblEGRaJTIrJkWEzQwPC7F7Jzl_TukKVjF8Oi_o8if7IXNTmMQm564XWDQop124pc8LlNh3hCxyhyEcOxMylSRNNRy5XyiqlpQ8fQg-lCjLW2mEM02iEMUHehgWzil9xpH4kp-Gz1F1g7ap-LtadGM45Kr9gEHxk2Eb3NoUODdMItlNc3Z_0wv2gdMhBjE6GETQoo7oGshHc5MOpGQqazHCxOTVDwErJvpL3XGQz5LfH-DvHDvpB_uCNfv5L-4Um_e6H_jui1f058vEN87TTtnwOf7gBrdzb4CGxXyhfL61x90VY_UTewLpZtpXxh6QTG6RhLJRxFVqJSvn-D2vya7F7U5Bi72YznUFbAi_QwlGVyYw46jiqYpe-C7HxQvtgdmYN_SrtzwRyUAPLyMuOy7-GAZwkXCoYBwpFlWoTX7i5rI9NKpa6Cl8aROZT9bCxqlE513f6PNcLnZBKM0xvG1e5HyY1pqeblVHRqfpmaH2OWTtXVsi__btnuP7FM-SLy2eEIL5JJ0E_7aym2Tp8l1A5_r6bYXrcSHtrHY6O7Pfm3u8AcmuvFmH7KKnLRBEs1oRWSuyMO2-EPHBzIqu8EAAA=) using the exact code (so no runes). What's interesting is that the "receiver" that...

I also get the error. However **only** in the production build and **not** in dev mode. 🤔 (Maybe it's a separate issue then, idk) It also only happens during in...

I fixed it for me by using `$env/static/public` instead of `$env/dynamic/public` as the migration docs suggest: ``` -- import { env } from '$env/dynamic/public'; ++ import { PUBLIC_API_URL } from...

Correct me if I'm wrong, but isn't the only difference between static and dynamic that static variables are known at build time (.env read with `dotenv` for instance) whereas dynamic...

Sad to see this closed, would be awesome to have RTL support out of the box! @azezsan What prompted you to close?

Hmm, I see your point. In an ideal world people would primarily use logical css, but the majority is probably not concerned with RTL and don't bother. I guess the...