Giau. Tran Minh
Giau. Tran Minh
I think you should mapping Time to your custom scalar instead.
This PR changes the format to accept date-only layout (`2006-01-02`) can break other applications that don't expect it. PS: Time layout format was a very-old issue in the Golang repository....
I want to see: - How two aggregate roots can communicate together. - How to use two aggregates in a domain service which require two aggregates to complete a command.
Tks, I will waiting for the example. May I contribute to that PR for learning?
I have same issue here, Just want to change the timeout value in the default server's driver. :(
Unable change Reactions name/avatar, because it has transformed before passing into `OverlayReactions`. https://github.com/GetStream/stream-chat-react-native/blob/2bb1f14ce60d7455c4ff7272440965be0a7e32c8/package/src/components/MessageOverlay/MessageOverlay.tsx#L507-L513 Currently, I can't override `MessageOverlay` component, because `OverlayProvider` directly import it. Almost dependency of `OverlayProvider` are exported,...
Currently, I have a hook that returns `formatAvatar` and `formatName` functions. I injected it into components which I want to custom. I think this approaches can be apply on the...
`package/src/contexts/formatContext/FormatContext.tsx` ```tsx import React, { PropsWithChildren, useContext } from 'react'; import type { UserResponse } from 'stream-chat'; import type { DefaultUserType, UnknownType } from '../../types/types'; export type FormatAvatar = (user?:...
Thank you for help me to resolve issue with RCTLinkingManager. I written a [plugin to use react-native-branch with expo](https://github.com/expo/expo/issues/12906#issuecomment-990180911)
Hey, I just write a plugin for our apps. I'm looking into this repo to find any open issue/PRs and I found this. Can you try my plugin? If anything...