social order-by="timestamp" does not result in global ordering
See original GitHub issue<aping
| template-url="social_template.html"
| items="5"
| model="social"
| order-by="timestamp"
| order-reverse="false"
| aping-vimeo="[{'channel':'1444158'}]"
| aping-youtube="['{channelId}':'UCLHtwjeqBxVSEhjV0clKblA']"
| aping-rss="[{'path':'https://www.reddit.com/r/tlaplus/.rss'},
| {'path':'https://github.com/tlaplus/tlaplus/releases.atom'},
| {'path':'https://github.com/tlaplus/tlaplus/commits/master.atom'},
| {'path':'https://stackoverflow.com/feeds/tag/tla%2b'},
| {'path':'https://groups.google.com/forum/feed/tlaplus/topics/rss.xml?num=50'}]"
| aping-codebird="[{'user':'tlaplus', 'result_type':'recent', 'showAvatar':'false'}]"
| >
| </aping>
My index.html has the following aping stance with order-by="timestamp"
but the ordering only seems to affect the local ordering per aping plugin. How do I globally order across all aping plugin (vimeo, youtube, rss, …)?
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Get results from new relic in sorted order - Data Queries ...
I have a column timestamp which stores epochtime. Now i want results to be sorted in ascending order on timestamp. How can i...
Read more >MYSQL - Order timestamp values ascending in order, from ...
Your query : SELECT timestamp FROM randomTable ORDER BY timestamp ASC;. is perfect. But I doubt about the results you have presented in...
Read more >Unifying Timestamp with Transaction Ordering for MVCC with ...
Abstract. This paper presents DST, a decentralized scalar timestamp scheme to scale distributed transactions using multi-version concurrency control (MVCC).
Read more >Time, TIMETZ, Timestamp, and TimestampTZ in PostgreSQL
In this blog post, we'll explore some of the intricacies of time in PostgreSQL and decipher the distinctions between Time, TIMETZ, Timestamp ......
Read more >What is a timestamp? - TechTarget
A timestamp is the current time of an event that a computer records. ... Social media posts include the date and time the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Will if it’s just a version issue then it’s great because fixing should be easy:). Nikola asked me to have a look. Good luck and nice website! I use to have a similar kind of thing for computer vision, nice to see that the concept of planet still exists!
This change seems to make the difference: https://github.com/JohnnyTheTank/apiNG-plugin-rss/commit/df22fe39319ae021dfe33d35dcab86fdb8e0880e
@jlengrand Thanks for digging into this.