Nobo Nadie

Results 11 comments of Nobo Nadie

As a workaround, one can use [flatten](https://ramdajs.com/docs/#flatten) to concatenate multiple arrays `flatten([[1,2], [2,3]])` → `[1,2,2,3]`

I am experiencing the very same problem with fresh installation of mern-starter. The server boots up aroung 1 minute then every change caught by nodemon takes again about 1 min...

@amit2103 We're just about to start with Socket.io. Have you found any solution with JWT and Netty-SocketIO?

Hey @roiravhon, the `type` is **communicator-${SERVER_URL}**. I tried now to use just **communicator** and the app has started. I believe a nicer exception would be helpful and it should behave...

Maybe you could find out an exception for Linux similar representing a similar state for other OSs. Then you could test it. Good luck anyways!

We would need to completely **disable the memory queuing** and instead **fail fast**. We want our clients to stop sending requests as soon as rabbitMq is down. Do you plan...

You're right, I should add something to the community too. I will see if it's absolutely necessary. :D @jwalton

@burczu I haven't noticed you responded. I am sorry. I will check this thread more. :) I have tested the offered solution in my project. However, I didn't manage to...

I was thinking about it before. If somebody needs the component in lot's of places it's unnecessary boilerplate to add the attributes `userRoles` everywhere. But then in such case they...

@burczu, have you had time to check the new change?