-
Notifications
You must be signed in to change notification settings - Fork 462
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
Promise data array is not in a correct order. #859
Comments
Hoodie is mostly dead. Move along. |
Hoodie is not dead! Hoodie is an amazing concept. More people need to take this project seriously. Love it!!! |
I never could get my head around that project, but with no meaningful commits in the last two years, I'd agree with Kragel. |
Appreciate your feedback. I will check out those links. Got Hoodie working sweet,though, for one of my clients. So, I'm happy, he's happy. |
Is there any query or method that I can get the correct order of array?
If I add an item, it should store as the last item in the array. But it's not working like that. ( Probably, it's only happen at me? )
Currently, I have to reorder the array by sorting the times like this
And one more question how do I get current username/data?
I try something like this and it just return promise.
Is there any easy way to get username as a string?
Probably something like this
var currentUsername = hoddie.account.get('username')
;Thanks in advance.
The text was updated successfully, but these errors were encountered: