-
I would be really interested in implementing in a react-native/expo project, would it be a nice idea ?
-
## Issue
While I am trying to upload a video I got this error:
```
TypeError: null is not an object (evaluating 'item.file.name.lastIndexOf')
```
### Steps to reproduce
…
-
I was trying the examples, and doesen't download the video in a correct way
```go
videoID := "BaW_jenozKc"
client := youtube.Client{}
video, err := client.GetVideo(videoID)
if err != nil {…
-
Hey!
In short, we have an application which calls to a backend to handle all of the posting of the activities; and getting of the activity list for the client as we shim some extra data on top of t…
-
## Issue
When using the stream-chat-react-native library in my React Native project, I encounter a "Maximum update depth exceeded" error specifically on Android devices when try…
-
**Describe the bug**
_A clear and concise description of what the bug is._
When filtering on the ChannelList, everything under `` is completely (hard) re-rendered (unmounted before being mounted…
-
**Describe the bug**
when we click on message input box then header is moving upward and visible to user and half input box is visible
but it is working fine in ios devices
**Dev environment…
-
Error
Version: 0.11.10
Message: Cannot locate resource 'images/structures/deerhide_tn.png'.
Exception Type: System.IO.IOException
Callstack: at MS.Internal.AppModel.ResourcePart.GetStream…
-
I'm using .net 6, and the stream-net client to connect with getstream.
When I add an activity to a feed, I use the foreignIdTime approach. So I add a foreignId as string, and a dateTime.
However…
-
Hi! I'm trying to build a feature around reacting to pinned messages, but it looks like there is a bug that results in losing reactions of the pinned messages. Sometimes the reactions aren't displayed…