Nadeem Reinhardt

Results 18 comments of Nadeem Reinhardt

Hi! Another solution specific to Next.js is to wrap the player component using `dynamic` to prevent SSR. This removes the issue without needing to downgrade node: ```ts 'use client'; import...

When using workspaces and changing the base directory to the root of the project, I started getting the following error: ``` Parsing css source code failed 3306 | } 3307...

This worked for me: ``` !pip3 install pyngrok !ngrok authtoken YOUR_TOKEN_VALUE !python app.py ```

A workaround for now is to use a custom config to set the version: ```go config := openai.DefaultConfig(key) config.AssistantVersion = "v2" return openai.NewClientWithConfig(config) ```

@mwskwong For what it's worth, only `useWatch` seems to be working consistently from me.

Rebased onto latest changes from main branch. Conflict in `schema_relay.graphql` resolved and confirmed tests are still passing as well.

@a8m Can your provide feedback on what you wanted changed with this PR? I'd like to get those made so this is in a mergable state :)

Hi! Pinging this thread to see if there are any additional changes needed?

Thanks for the feedback! I'll get those changes made 😄

@a8m I've updated this PR with the requested changes. Please let me know if these match your expectations :) Some notes: 1. I prefixed the values with Ops, i.e. `entgql.OpsEQ`...