-
Notifications
You must be signed in to change notification settings - Fork 166
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
New command to view next [x] posts #67
base: master
Are you sure you want to change the base?
Conversation
I added a new variable 'top_story' in .haxornewsconfig file. |
Current coverage is 93.73%@@ master #67 diff @@
==========================================
Files 32 32
Lines 1484 1532 +48
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 1390 1436 +46
- Misses 94 96 +2
Partials 0 0
|
nvm. fixed it. |
Thanks for the PR! I'll try to review it this week. |
Hi, thanks again for putting in the PR.
I'm also getting this error, which I think existing users would get, but not new users after d6446af.
Hmm, I'll have to think some more about how to best handle this for newly added configs. Regarding the behavior of the new The example in #53 used
I feel the desired behavior is to show the next 20 |
I did not consider the
I have set the default to 10 for next. So it will show the next 10 show posts. |
Updated the code |
Thanks for the updates! I'll try to review them this week. |
@yesyayen sorry haven't been able to review this yet, it's on my short term TODO list. |
Just a quick note, this is still on my radar. Really busy lately--I hope to get to it soon. |
Hi @yesyayen, thanks for making the revisions. Sorry for the late review, been tied up lately. I did some more testing, below are some thoughts.
I was thinking
I think the desired behavior is to show the next 20 posts.
Just a heads up, I'm going to be quite busy over the next few months, so that might impact my ability to provide timely feedback if you'd like to submit subsequent revisions. Thanks! |
#55