Tommaso Barbugli
Tommaso Barbugli
we always welcome contributions to our libraries! I am not sure what your contribution would be about, can you elaborate a bit more on it?
You can do this with the activity `to` targeting field. If you use the activity trait you can get that done by implementing the `activityNotify` method and return the list...
Throttling is worse than an immediate and loud error in almost all cases beside automated flows (eg. data imports, auto-follow, data sync). For critical paths like reading users' feeds (or...
@tschellenbach @nparsons08 do you guys have any code example to share about this? Even something generic and not yet specific to sequelize would be nice
On a real application you would retrieve the user token from the backend and pass it to the `StreamApp` component; in fact you would probably not even render the whole...
> May not be what you meant, but I don't think in React it is advisable to have the render method wait for an asynchronous process to execute. React is...
added a simple pseudo-code example
@vishalnarkhede pls add BSD licence here :)
Unless the intention is to replace the examples with something completely different, I can create a PR to make that a bit easier to read. Just let me know if...
Looks like the bug is related to how the `Accept-Language` is used. For example in this case: `Accept-Language: en,it;q=0.9,it-IT;q=0.8,it-CH;q=0.7` The content returned is in italian which is exactly the opposite...