hghammoud

Results 12 comments of hghammoud

Thank you ill be giving it a test

I do agree that the new angular build process that generates small chunks for lazy loaded module hence the 16x chunks is important for faster page load in an online...

For those having similar issue this is what worked for me. 1. I needed to add @Field annotation on the profile field to make it appear the input CreateUser (created...

> Let me ask some provocative (but meant to be friendly) questions. Are you really calling up a user's profile data along with their account data? All at the same...

I recently created a post before seeing this one that asks the same question #1514. I hope @doug-martin can shed some light on this.

I did try it with heartbeatTimeout in the option of the constructor still its being set to 45000ms. ``` const eventSourceInitDict = { headers: { 'Authorization': 'Bearer ' + jwt...

Hello Steve. Any news whether you are going to implement this or not?

That is what is shown in the plunker and what I ended up implementing but the code would have been cleaner if the plugins interacts well with each other! Do...

Thank you. I ll be testing it tonight and giving you a feedback on it.

So for the HTTP.status code it is being propagated. All is good. There is still one case where the server is unavailable the OPTIONS (preflight) gives a net::ERR_CONNECTION_REFUSED. If you...