activity-stream
Here are 38 public repositories matching this topic...
-
Updated
May 25, 2020 - HTML
The docs have a great intro that explains the technology buildup to arrive at inventing stream but then it stops without explaining how stream uses Cassandra + Redis (plus celery message queue?) to solve this problem. (For all I know it doesn't.)
As a developer, a quick explanation of how this framework solves the
I have found that @activity.trackable does not work when there is a default_scope which excludes the tracked object. I found a working monkey patch (see below), though is there a more appropriate solution? Would it be possible to override this default_scope when it's present?
PublicActivity::Activity.class_eval do
def trackable
trackable_type.constantize.unscoped.find trackablI'm trying to create a multiple snapshots/releases/versions of an article. I found rel:latest-version, rel:predecessor-version but no real-world example of a publication with versions. My approach would be:
- put current version at
http://example.org/article - put versions at
http://example.org/article/X.Y.ZwhereX.Y.Zis a version number - link versions with
rel:latest-version,
API Documentation
-
Updated
Oct 12, 2019 - Ruby
PS D:\React\react-native-example> expo start
Starting project at D:\React\react-native-example
Expo DevTools is running at http://localhost:19002
Opening DevTools in the browser... (press shift-d to disable)
(node:77844) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
error Invalid regular expression: /(.\fixtures\.|node_modules[\]react[\]dist[\].*
-
Updated
Feb 17, 2020 - Python
-
Updated
Sep 13, 2019 - Swift
Currently we get date time from Postgres, but this is deprecated.
Need to get the date from a corresponding struct, if it's an activity like Blog/Post/Comment Created/Updated.
Or calculate an approximate date based on current_time - block_time * (current_block - activity_block)
Related to issue:
-
Updated
Apr 29, 2020 - TypeScript
-
Updated
Mar 14, 2020 - Rust
-
Updated
Jun 2, 2020 - Ruby
-
Updated
May 10, 2020 - Ruby
-
Updated
Mar 27, 2020 - Rust
-
Updated
Jan 24, 2018 - Common Lisp
-
Updated
May 2, 2019 - C#
-
Updated
Apr 24, 2020 - PHP
I was thinking about how to best add inactive users to the user list, because when you don't need a bouncer anymore, you're hidden as a "member of the channel" otherwise. And the emptier a channel looks, the less likely are new people to idle and eventually engage in my experience. Options that came to mind:
- Store a list of users that have been seen while you were online yourself in your use
It doesn't make sense to save the date when an activity was inserted into Postgres DB, because DB can be recreated based on Substrate events any time.
-
Updated
May 30, 2020 - Rust
-
Updated
Jun 2, 2020 - Ruby
-
Updated
Apr 19, 2020 - Go
-
Updated
May 8, 2020 - TypeScript
-
Updated
May 30, 2020 - JavaScript
-
Updated
Nov 27, 2019 - Ruby
-
Updated
Apr 14, 2020
-
Updated
Feb 19, 2019 - Ruby
-
Updated
Dec 21, 2019 - JavaScript
Improve this page
Add a description, image, and links to the activity-stream topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the activity-stream topic, visit your repo's landing page and select "manage topics."
The docs for "unreblog" in https://docs.joinmastodon.org/methods/statuses/ don't specify which user is authorised to unreblog a status, nor the result of doing so.
In practice, I think this is restricted to the person who reblogged it (and not, for example, the person who posted the status being reblogged).