Results 17 issues of Evgeniy Andreev

Addition of `InlineIfLambda` attribute in F# 6 opened the way for high-performance computation expressions (imagine one for zero allocation [ZString](https://github.com/Cysharp/ZString) builder). But we can do better. I propose we change...

approved-in-principle
area: computation-expressions

It might be useful to introduce `show { ... }` in examples or tutorials after basic basic low-level window's manipulations.

It should be possible to use indirection operator (`*`): - with pointers to structs ```c foo x; foo *y = x; foo z = *y; ``` - with function pointers....

kind:feature
status:help-wanted
area:compiler

We need to make platforms (iOS, Android, etc) for which template generates code configurable. See [Fabulous.XamarinForms template](https://github.com/fsprojects/Fabulous/tree/v1.0/Fabulous.XamarinForms/templates).

https://github.com/moq/moq4 Possibly solution for #7.

kind:refactor

Could you please add up-for-grab issues to help first time contributors get started with project?