Jeff Barczewski
Jeff Barczewski
Ray, Thanks for reaching out. I'm onsite right now, but I'll give it some thought and then we can greenlight the approach. Will get back to you soon. Thanks. Jeff...
Thanks @raygesualdo and @KevinAst! I think the second approach sounds the best to me too. If deps is a function then it would be providing the resulting dependency structure after...
Thanks @zdila I had the basics started in my notification example, but you have taken it much further. Thanks for sharing.
Since logic can run not only once but zero (cancelled) to many times (observable) and even non-ending, there wasn't a nice way to signal being done in all cases. I...
@pocheptsov Thanks for submitting the idea. I'll give this some thought.
@ankiit Thanks for reporting this. Do you know of a way that we can reproduce this so I can create a test and then a fix for it?
Is this still an issue for anyone? If so could you give me a test and any ideas on how I might implement a fix if you believe you know...
I guess we'll need to tweak babel, possibly including the corejs/babel polyfill for Map
@Stas-Buzunko thanks for reporting back. I guess we can add that to the readme and people can include those polyfills if they need them for their browsers. Probably not needed...
I've added a note to `joi-browser` and `joi-full` about how to add in Promise and Map polyfills if needed in th README's. Let me know if there is anything else...