Jano Paetzold

Results 48 comments of Jano Paetzold

You could be right. Thanks for sharing this observation!

What exactly is wrong with OneToOne relationships? Maybe you can create a separate issue explaining this?

> From the DBAL point of view, you bind values to query parameters, optionally specifiying a type. That means you'd need to provide the "general options" you're referring to at...

@karyon Are you sure? I don't see anything protecting from `transaction.data['customer_reference']` not existing in the diff of #3 – instead, I see multiple occurences where it still accesses `transaction.data['customer_reference']` without...

Update: It seems like this also stops the build process, not just the dev server. Is there really no way to only target a browser if that's the only place...

My apologies – the custom adapter and the missing `+` were both a mistake. I use a custom adapter in the app I develop, but I could reproduce this with...

It seems like SvelteKit *has* to execute the `+layout.ts`, otherwise it wouldn't even know that SSR is disabled. So we need either another way to add layout code that won't...

Alright. I think this is an unexpected gotcha that could be avoided with a general `ssr` switch in the `svelte.config.js`, which would turn this issue into a feature request. But...

As the same pragma syntax is used for `"strict"`, maybe indicating being about runtimes would increase readabilty and googlability? Something like `"use runtime browser";`, `"use run-in-browser";` or `"use dont-run-on-server";`. (This...