-
Notifications
You must be signed in to change notification settings - Fork 2
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
Order of posts #4
Comments
Seems it has magically fixed itself... or it was a problem of cache :-P Closing. |
The problem, has appeared again, seems it's related to the localstorage since the new posts are the one that appear at the bootm, so I'll reopen it. @formula1, could you be able to review it? |
I believe it is in part associated to
I'll try to solve this right now as well as add a simple version control system. aka
|
I was able to reproduce the issue with the following
just fixed it and also realized that there are definietly some issues with the user-provider which I'm about to handle |
I fixed the problem from before with auth provider, but a new one showed up, I was attempting to write an encoder from hand but everything is simple in theory........... I have to go at the moment, but what will end up happening is a complete avoidence of querystring all togethor. |
It should be working properly: https://github.com/formula1/NodeOS-Blog I'm currently in the process of merging with this repo |
Could you be able to explain this? GitHub metadata should be enough... isn't it? |
Essentially, if we are storing things incorrectly or make changes how we store, I am clearing the cache. It's based off what we are doing more than what github is doing. If github's api changes, we'd likely have to reset the cache. If we make changes, we'd likely have to reset the cache |
Posts are sorted by reverse lexicographical order... so issue 117 is showed after 19 and 17 :-P Issue ID should be identified as a number.
The text was updated successfully, but these errors were encountered: