Nikolay M

Results 26 comments of Nikolay M

> iOS constraints can reference a parent view from child view. Currently this is not possible with Fabulous. Fabulous create View and Update it's properties before attach view to parent....

> It may be better for the type provider to take a static parameter I think this can be tricky to configure. For example: we have different output path on...

> We are hopefully going to change direction with regards to the Resource.designer.cs in Xamarin.Android. See [xamarin/xamarin-android#6427](https://github.com/xamarin/xamarin-android/pull/6427) and [xamarin/xamarin-android#6310](https://github.com/xamarin/xamarin-android/issues/6310). > > We are hopeful that by generating a designer assembly...

Hello. I tried to build app with `AndroidUseIntermediateDesignerFile=False`, but this didn't work. I still have no access to `Resource` class. I see strange warning in build output: ```fsharp Referenced assembly...

Emit direct delegates might be useful with mono p/invoke callbacks: https://stackoverflow.com/a/28570186 We are interested in this code: ```csharp CaptureDelegate d = MyCapture; block_value.SetupBlock(d, null); ... [MonoPInvokeCallback(typeof(CaptureDelegate))] static void MyCapture(IntPtr block,...

> Closing old/stale issue. This isssue was actual for me about 6 mounths ago. So it probably hasn't been fixed yet.

> There is just a different typeface used for the red heart. You can either specify a font fallback for the Emoji region or you can set the FontFamily explicitly...

@Gillibald thank you! I have tested build `11.0.999-cibuild0024849-beta` and it looks much better but there are some issues. 1. Redunant space between red and black rectangle and between black rectangle...

There are also some problems with WordWrap (see window width in Title): ```xaml Hello World Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse dui ante, tempus quis arcu in,...

@forki this issue should be fixed by #4059