Max Wilson

Results 8 comments of Max Wilson

FAKE 5 API seems quite different from FAKE 4 API and I'm a novice so no guarantees, but I'll give it a shot.

Addresses issue #159

Your explanation of the error saved me time and confusion during my Hello World journey for SWA. Thank you!

Based on https://github.com/fsprojects/Avalonia.FuncUI/issues/369 it looks like the fix is to always specify SubPatchOptions.Always with OnClick. ```f# type Button with static member onClick logic = Button.onClick(logic, SubPatchOptions.Always) ```

Is there a reason why Always isn't already the default?

Thanks. At least I don't have to bang my head on the wall now. :) My aim is familiarization and experimentation, so I guess I'll just browse the samples and...

Is this issue still being worked on? I am trying to learn MBrace and since MBrace Azure [isn't working](https://github.com/mbraceproject/MBrace.StarterKit/issues/97) right now, Thespian is my only option, and I immediately hit...