-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
social order-by="timestamp" does not result in global ordering #116
Comments
hi @lemmy |
Thanks for taking the time! I've created a plunkr with the content served at https://wall.tlapl.us. As you will see, the different RSS feeds listed in index.html are not sorted globally. Instead, it first shows all reddit posts, followed by all SO posts, then GitHub posts, ... (the feed order reddit, SO, GitHub, ... seems to be determined by load time). |
Okay got it. The problem is most probably the https://github.com/JohnnyTheTank/apiNG-plugin-rss |
Thanks a lot! |
Any updates? |
Ok folks, please have a look at this : http://plnkr.co/edit/0jPl804FxlfcrOvpzuC7?p=preview @lemmy, I basically took your plunkr and instead of using the cdn version of aping I used the versions you can get by cloning the repositories (here https://github.com/JohnnyTheTank/apiNG/blob/master/dist/aping.min.js and here https://github.com/JohnnyTheTank/apiNG-plugin-rss/blob/master/dist/aping-plugin-rss.min.js) Annnnnd, it seems to work... I was getting crazy about it because cloned the rss plugin repo (https://github.com/JohnnyTheTank/apiNG-plugin-rss) and simply by running Could it be that something happened to the cdn version? (BTW, tested on latest chrome and safari) Versions used (1.4.3 and 0.8.1) |
See this plunkr : http://plnkr.co/edit/Jjd2hi6BSYQU3f5uj2Y0?p=preview with even less changes to your example. BTW, were you not missing the (Screenshot : https://www.dropbox.com/s/3g1f5hg86a46qri/aping.png?dl=0) |
This change seems to make the difference: JohnnyTheTank/apiNG-plugin-rss@df22fe3 @jlengrand Thanks for digging into this. |
Will if it's just a version issue then it's great because fixing should be easy:). Nikola asked me to have a look. |
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, ...)?The text was updated successfully, but these errors were encountered: