Conduitry

Results 524 comments of Conduitry

There's no `login` in the code you pushed. Please provide a proper reproduction, including saying how you interacted with the app, what you expected, and what actually happened.

I can't reproduce this, and I really couldn't begin to say what could be causing it. Have you tried disabling various optional features while scaffolding the demo app? Have you...

If we do ultimately decide to go ahead with this (which I don't have especially strong opinions about), we need to make sure we update the PR title and the...

Are there other `target`s we should also be ignoring? I'm aware of `_self` and `_blank` and (I think) `_top` plus whatever other custom names you want to have if you're...

Would dealing with #9802 remove the need for this? It would be nice not to need another option.

Have we thought about the effects this might have on https://kit.svelte.dev/docs/routing#server-content-negotiation ? I haven't thought about that all the way through yet. Also, if we decided (as in #9780) to...

If a route has a `GET` handler and an `all` handler, and a `HEAD` request comes in, it's not at all clear to me whether this should be handled with...

Ah, I see you've removed `undici` in your latest commit. I was going to ask 'Why does the adapter need that directly? Doesn't it get it via `@sveltejs/kit/node/polyfills`?' I think...

I've pushed a test similar to the one for `isDataRequest`. It adds a `handle` middleware to the basic tests app that makes sure that the `user-agent` header is set, or...

I don't know what's happening with the tests here.