Ben Buttigieg

Results 29 comments of Ben Buttigieg

Looks like the reason wrap is "broken" is due to the **white-space: pre** styling. As per the link below the solution is to update span style as follows **white-space: pre-wrap;...

@gabor-nemeth Thanks for the clarification. I'm reading up on F# to try to understand exactly what would be required to get what I'm looking for. I'm currently successfully using the...

I will work towards option 1 then and plan to send a PR as soon as I have something. Thanks for your guidance.

I'm seeing the same issue with one of my svgs. Works fine for others. Tried minimising also.

I have written a plugin that demostrates ths as a POC. Using Embeddinator-4000 to create a native iOS and Android libraries which are then packaged into a flutter plugin. Will...

@nosmirck please checkout https://pub.dartlang.org/packages/fountainview An example of using Embeddinator to create a Flutter plugin from an Xamarin .NET library written in F#.

Just hit this issue also. Trying the NDK down grade now. Seems its been around for over a year now. Are there any plans to fix it?

I'm currently working on Xamarin.Forms sample. Having a few issues with iOS builds but should have something I can provide soon.

@jfversluis I've been working with a customer who is still seeing this issue. They have helped create a repro sample app which consistently crashes [ReproSample](https://github.com/BenBtg/TataObservableCollectionSample)