Dario Aprea

Results 13 comments of Dario Aprea

Just an idea: could you guys (@SZanlongo, @tubbo, @devavret) check in the console of the developer tools that `new Date()` gives the same result as `new Date(Date.now())`? They should be...

For me the question is: which one is easier to understand, a standardized API or an explicit API? I agree with @janvanbruegge that in this case a standard set of...

I recognize the advantages of something like @staltz's proposal B, but let me explore the original proposal a bit more. > Notice that when you standardize the meaning of "total"...

@whitecolor You're right, I wasn't thinking of asymmetrical drivers like websockets. In such cases isolation would have to do nothing - quite confusing, I agree! As for total isolation in...

I was thinking of something similar to calling `onionify(child)`, only through `isolate`. However at this point I consider the whole thing off-topic... :) Back to proposal B... what about channel...

DOM event mutation is a write effect, so according to Cycle's principles it should go through a sink. That said, there are valid reasons to make an exception in this...

Cool, I'll try to find time for this.

Sorry, I've been enjoying a long vacation away from my computer... so I only had little time to look into this. The main problem I'm facing is that the two...

I've found a workaround for this. Just set `relationTo` to an array, even if you only need to reference a single collection, like `relationTo: ['images']` instead of `relationTo: 'images'`. In...

@vedantroy I may have some time to work on this, if it's not a huge effort. Do you already have ideas on how to proceed?