I have defined a let property within my SceneDelegate. I would like some of the ViewControllers to be able to access that within the scene. In UIKit I could ac
So currently I am trying to learn firebase CRUD operation while writing on .env file I am getting an error on #express, HOST, #firebase that says unrecognized p
I have a string, "004-034556", that I want to split into two strings: string1="004"; string2="034556"; That means the first string will contain the character
The scenario is that i have 2 files which i want to diff side by side using the following command with the line numbers: diff -y file1.txt file2.txt and sdi
I have my iPhone app running on device, I can see logs in xcode. Then, I what to see logs about what is happening when app restart. So, I press home button
I have a unit test project that is using Nunit and Fakeiteasy and targeting .net framework 4.8. Yesterday I've added few test methods that are mocking "BlobCont
Inside a keras model, a Cropping2D layer can be used to crop images, which is this: tf.keras.layers.Cropping2D( cropping=((2, 2), (4, 4)), data_format=None,
I want to display different errors to the user when they are logging in through AWS Amplify using Kotlin. This is what I have set up as my last parameter of Amp
I have written the following code to establish connection with signalR server and invoke a hub method: <script> var connection = new signalR.HubConnection
I am writing a function to take a list of integers and an integer called target and return the indices of the two numbers in the list such that they add up to t