Ryan Trinkle

Results 132 comments of Ryan Trinkle

@lspitzner Can you provide some examples of the situations where these would be used?

My general sense is that, if I found myself needing `dynamicPushAlways` and `dynamicAttachWith`, I'd wonder whether I had made a mistake in some of the surrounding code. That's not to...

Yep, that should definitely be poly-kinded. A PR would be appreciated! On Sun, Mar 17, 2019, 23:25 Isaac Elliott wrote: > Currently Requester looks like this: > > class (Reflex...

@gurgl @2426021684 This has always been possible, but I'm afraid I haven't had the time to prepare an answer for this issue! Have you tried asking in #reflex-frp on irc.freenode.net?...

Won't this potentially return different two different values if two different events both ask for the value in the same frame? Also, i'm a bit unclear on why unsafeInterleaveIO is...

No; however, I think it's due to this: https://github.com/reflex-frp/reflex-platform/blob/a3ca5847f873a474650a65d8c208a30a0652d295/scripts/common-setup.sh#L12-L14 @3noch Do you know what that line is meant to be doing? It looks like the grep will always fail, since...

I completely agree with the problem you've described here, but I worry about needing to make additional breaking changes in the future to support new use cases. For example, what...

Yep, I think that might be the way to go eventually! We can't do IO directly when mapping over Events, since that would make Reflex non-deterministic, but the user can...

I believe those get replaced later with actual values. However, this is still ugly. I'll leave this ticket open as a reminder to either replace this approach with something cleaner...