peter

Results 9 comments of peter
trafficstars

+1 for this, I have not been able to get any LSP to work on my m1 Macbook pro.

Omitting the call to `installGlobals` resolved this locally for me. That function is supposed to be the solution to these problems by polyfilling the fetch standard, but seems to have...

What's the expected API here? I guess this is an overarching question for the library as a whole. Should codemirror-ts ship with a default context menu, similar to what Monaco...

@TooTallNate My team was also affected by this yesterday. I've created a [repro project](https://github.com/peterje/edge-runtime-repo) which uses the latest Remix vercel preset. In my case, the `openai` packages was failing to...

> @TooTallNate My team was also affected by this yesterday. I've created a [repro project](https://github.com/peterje/edge-runtime-repo) which uses the latest Remix vercel preset. In my case, the `openai` packages was failing...

> @peterje The flag has been turned off globally at this point. If you're still having issues, it's unrelated to the change related to this issue. Indeed I was...thanks for...

> what exactly is the problem with this schema? what does it mean? > > ``` > BadRequestError: 400 Invalid schema for response_format 'my-schema': In context=('properties', 'myString'), 'pattern' is not...

Hey @khanhicetea, are you achieving that fix via a patch to this package or as an external user? Do you have an example?