Sam Williams

Results 4 comments of Sam Williams

This is possible as I have done it in my own solution. I solved this by having an intermediate tree that is similar to the F# AST, but captures the...

If it is helpful, my implementation of this is open-sourced here: https://github.com/willsam100/FShaper

@Thorium very good point. I have done this with the tests below. I do wonder if supporting conversion to [TaskBuilder](https://github.com/rspeele/TaskBuilder.fs) would be better as it should be better performance, or...

I had the same problem and found that it only occurred when I was targetting Android 8.0 or higher. When I rolled the target back to Android 7.0 then OnRegionStateChanged...