Greg Poole
Greg Poole
I think this might be the same as #13738?
@grahamperrin I don't think it duplicates #1103. The request is for a config option that will filter out the containers that temporary-containers creates, rather than a filter search box. The...
This could be mostly resolved by expanding on https://github.com/mozilla/multi-account-containers/pull/2231 to use the same pattern setting to hide the containers from the popup as well. Unfortunately since the context menu is...
This change unfortunately causes the following code to fail checking due to `experimental_output` now being `unknown`: ```ts const result = (await myAgent.generate(messages, { experimental_output: MyOutputSchema, })).experimental_output; ``` This works fine...
> I talked with Langfuse and we both are going to deprecate this Exporter. You should be using OTEL endpoints. @abhiaiyer91 could you please clarify what you mean by this?...
Great, thanks for the updates! I think some extra steps are needed to set up the OpenTelemetry endpoints config for Mastra with Next.js. I couldn't get it working. I tried...
Would it make sense to change the standard NGINX config by adding `any` to [`fastcgi_cache_valid`](https://github.com/roots/trellis/blob/a5040add97ac2befc1325eb13c80ee8c96d15dc5/roles/wordpress-setup/templates/wordpress-site.conf.j2#L248) and adding a `fastcgi_ignore_headers` setting [as mentioned in the support discussion](https://discourse.roots.io/t/caching-not-working-correctly-fastcgi-cache-header-set-to-stale/17420/2) I referenced earlier on...
Some alternative configurations that address this issue are also discussed on the NGINX issue tracker: https://trac.nginx.org/nginx/ticket/1233#comment:8
Also encountering this problem. Confirming @abhiaiyer91 is this an issue with AI SDK upstream? Also happy to help with this one if possible.
I think this may be related to https://github.com/vercel/ai/issues/2894 and https://github.com/vercel/ai/issues/2176? I'm not totally clear on whether this is what's happening for you @awaseem since I see you haven't set `maxSteps`,...