David Peter

Results 781 comments of David Peter

Thanks! I'm still thinking about this :smile:. I found a slightly 'cleaner' way to support `foldp`, by just writing ``` purs foldp :: forall a b. (a -> b ->...

I just noticed that this implementation of foldp actually has some serious issues. It calls the function `f` even if the input value has not changed (but some other part...

See also: https://github.com/sharkdp/purescript-flare/pull/27#issue-143866131

I have to admit that it has been to long since I worked with this code. I can not answer your questions without taking a deeper look myself. Maybe @rintcius...

See also https://github.com/braitsch/ofxDatGui

Hi, Thank you for the feedback! The easiest way to add another input type would probably be to modify the Flare source code itself (I'd appreciate a pull request!) by...

> can print structs without `iostream

I'm closing this due to inactivity. Please feel free to comment in case it should be re-opened.