The project has the sticky menu with the white svg logo. When the sticky menu over the black section menu should stay white, if over the black section the logo
I can't receive any webhooks on the new post but receive webhooks for comments under the post. Can I receive webhooks about post creation? I am using the steps
I have a MySQL database with two tables as displayed here: Balance Table Id: int [PK] AutoIncrementing AccountId: Varchar(100) UserBalance: Double DateEntered:
How can I express this using dictionary comprehension in python? Is it even possible? Thank you. #word = "anyword\n" k, word_dict = 0, {} for letter in word[:-1
can anyone help me with this i want to show a popupwindow on top of my map fragment when i click on a button it will display a popupwindow that contains text fo
i am quite new to android studio programming and i stumbled upon some difficulties. I am trying to make validation that executes on button click and if incorrec
I have data stored in the excel file i have passed the attributes excelPath and sheet Name as well. How to validate whether a column exists in an excel or not u
I have a data.frame of Quantities and other of Weights and want to multiply Quantities with their corresponding Weights. Can the task be accomplished by selecti
We are trying to publish the IPA to App Store. but task is getting failed with error code 1. 2021-12-22T13:40:44.9828920Z ##[section]Starting: Publish to the Ap
I'm having trouble wrangling go routines and getting them to communicate back to a channel on the main go routine. To simplify, my code looks something like thi