when I try to debug my app in an emulator, it can stop at a breakpoint, but when I click "Step Out" and "Step into" during debugging, the Android App will simpl
I have this as my App.xaml.cs using System; using System.Collections.Generic; using Xamarin.Forms; using System.Threading.Tasks; using Xamarin.Forms.Xaml; using
Issue: getting the following error in terminal when archiving The following build commands failed: CompileSwift normal arm64 CompileSwiftSources normal arm64
My data model is related to patient records. At the highest level is the Patient, then their information such as Lab Panels and the individual rows of the resul
I have a class called Reader which is composed as follows: class Reader: name = None id = None reader1 = Reader(name='Entrance', id=1) reader2 = Reader
I am following the example to install unvicorn: https://www.uvicorn.org/ by doing: pip install uvicorn[standard] But received the following error: % pip inst
Why am i getting the exception error va.lang.ArrayIndexOutOfBoundsException why am i getting thisva.lang.ArrayIndexOutOfBoundsException why am i getting thisva.
I am creating an app and I wanna use to give me some information if it's his first login EDIT My code works fine when I tell him to print whether it's a first u