I have a shortcode showing the username of the current user, it works. What I want to do is insert conditions. if the user has the username show it, otherwise s
I am building a website. in index page everything works. But I tried to add page. At service page, I can reach the content but it is unstyled. My index file sta
I'm new to PowerBI and I am trying to create a dynamic column within an imported table within PowerBI that matches a specific column, based on particular requi
print ("THE CALCULATOR") print ("Type 1st no") n = input() print("Type 2nd no") n2 = input() print("Which Operator?") n3 = input() if (n3 == +): pri
What should I do to include the empty cells in my chart? I can't find any help in the parameters...
I have this iframe which is for inputting the card number. I am trying this in chrome headless mode <iframe hspace="0" vspace="0" frameborder="0" scrolling="
We're making a game in Unity, and we're using the FacebookSDK. We are currently experiencing an issue with App Events. Auto Logging App Event is checked in Face
I am attempting to pull back the ETH value of a multicall transaction, however the basic gettransaction value comes back as 0. I am using infura as my provider
I'm trying to solve an issue in Pymongo. I have a dictionary like this : { "_id": 6, "engineers": { "1": { "name": "George ",
I want to get error message programmatically to display somewhere else. Example error show Text is too short, I can get it by using _formKey.currentState... . H