Florian Bienefelt

Results 52 comments of Florian Bienefelt

This seems like a more general issue across the docs, the following chapter has a similar issue: https://tanstack.com/router/latest/docs/framework/react/routing/routing-concepts#index-routes ```js // posts.index.tsx import { createFileRoute } from '@tanstack/react-router' // Note the...

I know the registry is down, are you sure you read the full description of my issue? I'd like to suggest showing failed GET requests without changing loglevel, which I...

Yeah, waiting 120 seconds before you get an insight into why the install is slow is not great. My initial thought is that I assume retries are rare enough, that...

I'm seeing this issue as well, we're using NextJS, just wrapping our component tree in our root `layout.tsx` file, with the following Provider: ```js 'use client'; import { usePathname, useSearchParams...

Update: Just updated posthog-js from 1.210 to 1.231 and the warning disappeared 👍

This is crucial if you want to have a real conversation with an AI that can call tools. Right now I get the toolCall result back, and then I can't...

Did someone get this to work correctly with streaming? Would be great to have a sample repo that shows this.

Dynamic client registration would fix all our woes on the auth front for this MCP server, and bring things up to date with the rest of the MCP ecosystem. Looking...

I ran the exact same setup but replaced: `wait-on: 'http://localhost:3000'` with `wait-on: 'npx wait-on --timeout 60000 http://localhost:3000'` And now it works, very strange.

Well to me there still seems to be an open issue, even though it has a workaround. I've seen repos use a label called "has-workaround" without closing. So I guess...