Amit
Amit
As a follow up - it would be great if the library allowed doing something like the following without blocking the event loop by internally calling `openai.ChatCompletion.acreate` instead of `create`....
This fix seems to run the command on the project's dependencies as well: ``` $ nx exec -p my-node-app -- pwd /Users/me/workspace/nx-exec-recursive-demo/my-node-lib-2 /Users/me/workspace/nx-exec-recursive-demo/my-node-lib /Users/me/workspace/nx-exec-recursive-demo/apps/my-node-app ``` I would expect it to...
Yes, I believe it's the same. Deep links seem to work fine from cold start, e.g. when I use share intent. But universal links do not. I placed a Sentry...
@msobczyk-x something like this happened to me in dev mode, and after upgrading to expo 53.0.11 from 53.0.9, this issue was fixed.
I can confirm that the workaround suggested by @msobczyk-x works. Here's the code I'm using for now. ```typescript // This is a workaround for issue https://github.com/expo/expo/issues/37401 import { useEffect }...