Yunus Efendi

Results 8 comments of Yunus Efendi

Could you tell me what's the error?

Found workaround, use TabbedPageRenderer instead of the handler one

Have you fixed the `UintTypeConverter` issue? I fixed it by changing implementation of `UintTypeConverter` to ```csharp public class UintTypeConverter : TypeConverter { public override object? ConvertFrom(ITypeDescriptorContext? context, CultureInfo? culture, object...

Sure @maxkoshevoi, don't know why I changed `fieldValue`though but I will changed it back to the original code

> Back button also doesn't do anything I think you should set up that manually in MainActivity https://github.com/rotorgames/Rg.Plugins.Popup/wiki/Getting-started#android-back-button

@eamreyes What version of Xamarin.Forms do you use? I think there are some changes from Xamarin.Forms to set ListView's CachingStrategy and I don't know from which version it is, but...

Can you use net .NET Standard 1.0? I look into the code and I think it's enough to use only .NET Standard 1.0 Thanks

just to add, I also added this to make sure nginx metrics is found, add to ports under this https://github.com/canonical/microk8s-core-addons/blob/69d8f85de732d09a669f9cf2dd946342d4bac7d1/addons/ingress/ingress.yaml#L249 ```yaml - name: prometheus containerPort: 10254 hostPort: 10255 ``` And...