getstream-io
Here are 23 public repositories matching this topic...
Laravel Client - Build Activity Feeds & Streams with GetStream.io
-
Updated
Dec 5, 2019 - PHP
Rails Client - Build Activity Feeds & Streams with GetStream.io
-
Updated
Dec 15, 2019 - Ruby
PHP Client - Build Activity Feeds & Streams with GetStream.io
-
Updated
Dec 2, 2019 - PHP
Python Client - Build Activity Feeds & Streams with GetStream.io
-
Updated
Dec 13, 2019 - Python
NodeJS Client - Build Activity Feeds & Streams with GetStream.io
-
Updated
Nov 5, 2019 - JavaScript
Ruby Client - Build Activity Feeds & Streams with GetStream.io
-
Updated
Sep 16, 2019 - Ruby
Meteor Client - Build Activity Feeds & Streams with GetStream.io
-
Updated
Jul 15, 2019 - JavaScript
Java Client - Build Activity Feeds & Streams with GetStream.io
-
Updated
Nov 25, 2019 - Java
GO / GOlang Client - Build Activity Feeds & Streams with GetStream.io
-
Updated
Sep 3, 2018 - Go
I noticed that the recently added prop types for MessageInputLarge specify that numberOfUploads should be an object.
Farther down in that file, renderUploads calls this prop as so:
<ImageDropzone
accept={this.props.acceptedFiles}
multiple={this.props.multipleUploads}
dRight now when you provide an invalid to target (eg. "xyz" instead of "user:xyz") the client raises "Index was outside the bounds of the array" error.
We should validate to targets against a regex and throw a nicer error message.
A sample app built with the Create-React-App CLI
-
Updated
Sep 5, 2019 - JavaScript
Doctrine ORM Entity Integration - Build Activity Feeds & Streams with GetStream.io
-
Updated
Jul 23, 2019 - PHP
GitHub for online publications to encourage community engagement and content quality
-
Updated
Apr 22, 2018 - TypeScript
Custom implementation of Stream Io within Kotlin MVVM
-
Updated
Aug 6, 2019 - Kotlin
An example app built using getstream.io and Doctrine ORM integration
-
Updated
Nov 8, 2019 - PHP
-
Updated
Jun 24, 2019 - C#
Build newsfeeds and activity feeds with Zend Framework using getstream.io
-
Updated
Jan 16, 2018 - PHP
Improve this page
Add a description, image, and links to the getstream-io topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the getstream-io topic, visit your repo's landing page and select "manage topics."
right now serializing enriched data is very complex and requires lot of knowledge of how DRF works (and probably some smart tricks to support nested data / dynamic model serialization).
We should write a basic serializer class to make this easier and write a few example for aggregated/notification and simple activity serialization.
eg.