I want to store fetched data using useState as below, but it seems something in not working with types, logic is kept in Context, data is fetched from API const
Hello I'm doing a login and registration for a application that I'm developing which is functioning the way it should with the api, my issue is at that the firs
Consider the following .proto definition: syntax = "proto3"; option csharp_namespace = "Test"; message Book { string name = 1; map<string, PersonInf
Problem Statement: I want to solve the user authentication on Android applications using the FIDO2 protocol(by providing an SDK), without doing multiple registr
Currently, I am building a multi-class document classifier which has to classify either 3 known classes, namely "Financial Report", "Insurance_Sheet", "Endorsem
I want to write regex to check validation for Hindi natural numbers. Regex for natural numbers in English language is : /^[1-9][0-9]*$/ Already Googled it but
I'm using NSURLSession's dataTaskWithRequest to download a file. It's gzipped, and it is automatically decompressed. However, I don't want it to be - I want the
I was trying to custom sort a list using App Script for Google Sheets, basically I have a list of the months and I want them to appear as January, February, Mar