activity-stream
Here are 37 public repositories matching this topic...
-
Updated
Jun 30, 2020 - JavaScript
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
Jun 7, 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
Jun 18, 2020 - TypeScript
-
Updated
Jun 29, 2020 - Rust
-
Updated
Jan 24, 2018 - Common Lisp
-
Updated
Jul 16, 2020 - Ruby
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Jun 29, 2020 - Rust
-
Updated
May 2, 2019 - C#
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
Apr 24, 2020 - PHP
-
Updated
Jul 6, 2020 - Rust
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
-
Updated
Jul 6, 2020 - Go
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Jun 27, 2020 - JavaScript
-
Updated
May 8, 2020 - TypeScript
This will be adding another vocabulary from Library of Congress that is specific to names
-
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).