question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created 5 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jlengrandcommented, Sep 26, 2019

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!

1reaction
lemmycommented, Sep 26, 2019

This change seems to make the difference: https://github.com/JohnnyTheTank/apiNG-plugin-rss/commit/df22fe39319ae021dfe33d35dcab86fdb8e0880e

@jlengrand Thanks for digging into this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found