John Jensen

Results 10 comments of John Jensen

> You should close the redis connections that you open by hand @manast At what point in the lifecycle should I close connections that I am opening by hand in...

> I didn't figure out how to add a custom message. Here's an example of a custom message ([docs](https://eslint.org/docs/rules/no-restricted-imports)): ```js module.exports = { rules: { 'no-restricted-imports': [ 'error', { patterns:...

As of 8/5/23, the easiest fix is to pass in `chunk_size=16` when creating `OpenAIEmbeddings` for an Azure deployment. Some of the other solutions here are more complicated than using this...

Note this issue won’t occur for the default branch...

Is it necessary to call `window.gapi.auth.getToken()` when an OAuth token is provided?

> What am I doing wrong? > > Related issue: [expo/expo#24818](https://github.com/expo/expo/issues/24818) For folks following along, the related issue has now been fixed & now you can use `npx expo customize...

@morintd We're unable to upgrade prismock without this fix. Please take a look. I can help move this along if any changes are made.

I think if we adopt the changes I suggest then this PR will resolve #3954

@ImSingee Hey now that tRPC 11 has been released (11.0.1 at this time), do you need any help to get this merged?