wouterst79
wouterst79
it may be time to set up a call with a few of us to show you guys some of the things the fluidsharp library can do and discuss how...
i've sent a mail, and have updated my e-mail on github just in case
Hey Javier, it was nice meeting with you today! I have summarized the user (developer) benefits of using "FluidSharp" as follows in the past: * A high performance mobile first...
I'm now seeing crashes with the same stack trace - exclusively on Y7 Prime 2019 Crashes all happen after "2seconds" (according to appcenter). ``` SKGLTextureViewRenderer.OnDrawFrame (Javax.Microedition.Khronos.Opengles.IGL10 gl) GLTextureView+GLThread.GuardedRun () GLTextureView+GLThread.Run...
I have another set of these (also on Y7 Prime 2019), but now they appear sometimes after 5 seconds, and sometimes after 8. ``` SKGLTextureViewRenderer.OnDrawFrame (Javax.Microedition.Khronos.Opengles.IGL10 gl) GLTextureView+GLThread.GuardedRun () GLTextureView+GLThread.Run...
yeah, that looks like it would make more sense
BTW, here's my test code ``` public interface IPluralProvider { float[] GetSampleValues(); PluralType GetPluralType(float n); } public static void Test() { var interfacetype = typeof(IPluralProvider); foreach (var type in Assembly.GetExecutingAssembly().GetTypes())...
Hey @andrewlock - thank you for considering the request, and responding. I certainly appreciate your concerns - more configuration should be prevented whenever possible. The reason I chose to integrate...
I strongly agree that people might forget that numbers are valid values, or - even stronger - be surprised to find that they are (as i was 😅). I hadn't...
Thanks for the link - it looks like a much better set of instructions compared to the various articles I had found :) I had also come across this: https://github.com/xamarin/xamarin-macios/issues/7495#issuecomment-560478166...