Gadi Cohen

Results 637 comments of Gadi Cohen

This is due to [#97 ("Stream never closes with LangChainStream using postman")](https://github.com/vercel-labs/ai/issues/97) and there are some workarounds there.

This is awesome, @aranlucas... thanks for all your time on this issue and finding the best solution that fits all use cases! :pray:

For reference, there's also https://github.com/MishaKav/jest-coverage-comment. It uses the gist approach, but only on commits to main, because of ```yaml if: github.ref == 'refs/heads/main' ``` Here's a sample from my workflow:...

In the meantime, just posting the script I'm using as a workaround in `package.json` for `{ "type": "module" }`: ```json { "scripts": "i18n:compile": "lingui compile && for file in locales/*/messages.js;...

Hey @sunnykeerthi, thanks for reporting. Uh yeah, this is definitely a bug on our side, we shouldn't be trying to access `process` in the browser build. Will take a look...

Hey @eddie-atkinson, thanks for this report too. 1. I would love for the library to run in non-node environments. I personally use edge computing on a number of other projects...

> Is there a particular venue where you'd like to have that discussion? Here in this thread? GitHub discussions? I appreciate that this thread is, at the moment at least,...

Happy to report that @eddie-atkinson's hero work in #772 has been merged. We longer have a dependency on `ajv`. I'm not sure about latest version of `tough-cookie` or anything else,...

Hey @eddie-atkinson, always great to have your input here, thanks. Happy we haven't burnt you out yet ;) > we need to think pretty carefully about how to keep this...

Ah, also, re (3), some maybe useful code from another project of mine. https://github.com/gadicc/jest-fetch-mock-cache/blob/57fd9c30c7ae1b989502b4f62019e246ce91c94a/src/headers.ts#L8-L25