I am launching a game that should close after exactly 3 days/72 hours of initializing & deploying the contract. My current thoughts are: declare a variable,
I am having trouble with the requirement to serialize an object in a specific way whereby the object id value becomes the key and the rest of the object forms t
I am trying to upsert a value only if a condition is true, otherwise I dont want to do anything to the record. My code seems to generate primary key errors when
We have WeekNo and Year entered into a table in following format: YYYY-ww (2021-48) I want start date and end date from given week no with year as above fo
I am looking to use the requests class to get data from the web and then post changes to the namespace XML and load back up. I am able to log-in and get data u