melvyniandrag
melvyniandrag
## 🔙 Regression Regression to this issue: https://github.com/rotorgames/Rg.Plugins.Popup/issues/695 ### Old (and correct) behavior See above ### Current behavior See above ### Reproduction steps Update Xamarin Forms and Rg Plugins to...
1.9 support ended in April, how about porting this app to 1.11? That has support out until (at least) 2020. I'm just looking for easy and interesting things to do...
Does this library have any way to create pretty strings from a message? Would be nice to say ``` var msg = Parse(string) Console.WriteLine(msg.asPrettyString()) ``` or something like this. Would...
I'm not sure if this deserves a fix, or if I simply need a configuration change. Not a web developer, just a dabbler who's slapping front ends on interesting(subjective) linux...
Just reopening this . . . the github errors over the last day caused this PR to not register and I'm trying to get a Hacktoberfest tshirt
Start, then rotate the screen then click stop. Crash. ``` 2023-05-11 10:35:33.339 16812-16812/com.example.android.trackmysleepqualityrecyclerview E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.android.trackmysleepqualityrecyclerview, PID: 16812 java.lang.IllegalStateException: no current navigation node at androidx.navigation.NavController.navigate(NavController.java:765) at androidx.navigation.NavController.navigate(NavController.java:745)...
Title + code below explain the issue. Porting a Xamarin app to MAUI. We had an RG popup that would get shown inside OnAppearing() of the main page of the...