so I want to print the oldest persons age (for example person writes: Patrick,50 Steven,25) the code will print: age of the oldest: age Obviously this is an exe
I created a variable named text and a hook named setText. I'm using it to change the value of a form input field. How could I set that text will be of type stri
My model is: class Test(): date1 = models.DateTimeField() date2 = models.DateTimeField() I can find out objects whose date2 is greater than date1, using
I am trying to understand if there is any advantage of LiveData over Observable objects in terms of avoiding memory leak when performing data binding. So far, I
I am trying to extend the JSON.net example given here http://james.newtonking.com/projects/json/help/CustomCreationConverter.html I have another sub class der
Our Vue application had some problems and I noticed in Sentry logs that probably the network has been unreliable: Error: Network Error Error: Request aborted I
I am able to connect with a remote server using the myKey.pem . Now I want to store the content of this pem key into a String privateKey and then connect using