Kevin Schmidt

Results 18 comments of Kevin Schmidt

@jplaisted has there been any further discussion on this with all the other ES improvements made to the compiler? Or is there another recommended approach to type-only import references? Thank...

@juhoha Have you had success with your workaround in a production build? In a production build I'm getting an actual error: ``` ReferenceError: require is not defined in ES module...

Current workaround is to display the date in the local time zone with options like: ``` { allowInput: true, dateFormat: 'Y-m-d H:i\\Z', altFormat: 'Y-m-d H:i', altInput: true } ```

@hpinkos I came across this issue rendering OSM building footprints along with the OSM Buildings 3D tile layer. Our footprints are rendered as clamped polylines, and it appears clamped lines...

This URL is included by Amplitude's [autocapture-browser plugin](https://github.com/amplitude/Amplitude-TypeScript/blob/84e5c95d4323cd540a0283ac6c574bae97af57eb/packages/plugin-autocapture-browser/src/constants.ts#L33). If that plugin isn't used/needed, a temporary solution is to strip out the URL during the extension build. Not awesome, but does...

@gr2m Running into this as well. Currently on `@ai-sdk/[email protected]` but have also incrementally tried versions back to 2.0.12 prior to related changes with the same result. Is there a suggested...

Can confirm I am still seeing the same error when making multiple tool calls. I'm not fluent in Anthropic's API, but some cursory reading and observations below. Hopefully this helps,...

@abhi-slash-git are you using the Cloudflare `agents` library by chance? I believe I'm experiencing this error because their AI SDK 5 code is recreating message parts in an invalid/unexpected order....