Ryan Trinkle

Results 132 comments of Ryan Trinkle

@3noch I don't believe there are any reflex-dom functions that are partial in their own right. However, there's always the possibility of a divide-by-zero or something like that cropping up...

@sboosali That sounds great, too :) I think it would be nice if we could use doctest or something like that to ensure they are (and stay) valid.

I'm not sure! But I do think it's better not to touch it unless we need to.

Is there any way we can check whether the *current effective settings of the daemon* include the caches?

Ah wow, sorry about that! Yes, we should make it more debuggable, and I do wonder if there's a better way to do it. Maybe we can write a Haskell...

@2426021684 That sounds like a nice thing to have. Do you have a specific use case in mind already?

@2426021684 I think that makes sense. In fact, Identity is already the "always replace the whole thing" patch type, so we could easily enough parameterize the existing patches on a...

This is an interesting idea, but I'm not sure exactly when it should be done or what other ramifications it might have. Do JS libraries usually do this - i.e....

This is a very good point. We will probably need to figure out how to parameterize the Adjustable class to avoid a huge proliferation of functions in the typeclass. Do...

@ababkin You should be able to do `performEvent_ $ (liftIO System.Exit.exitSuccess)