Milad Kawas

Results 21 comments of Milad Kawas

You shouldn't call the server to get phrases, this is unnecessary. What I do is something like this: ```html var lang = { 'phrase1': "{{ __('phrase1') }}", 'phrase2': "{{ __('phrase2')...

If you find an alternative and being developed actively, then don't use this one. If you find an alternative, please do share it with us.

Are we going to merge this any time soon?

This is a small package. You can still write your own Express wrapper around node-oauth2-server which seems to be somehow maintained. https://github.com/oauthjs/node-oauth2-server/releases

Not a good idea. composer is for PHP, please keep it this way, and use npm for front-end dependencies.

If the memory leak persists we can check further.

This is expected to happen because you have many unused variables. Start by eliminating the unused variables from your code.

Of course it can be promisified easily, and if not, then it should!

Thank you for your reply, Let's have a new option, if it's enabled for a queue, a new ajax call will cancel all unsent previous calls. This will be helpful...

The scenario I've written about is a real life example, I hope I convinced you to implement it.