I'm using Zod for developing these schemas. I have an object with two fields, each of them an array. I want to place a limit so that the combined length of thos
I have a date column in my dataframe and I am trying to create a new column ('delta_days') that has the difference (in days) between the current row and the pre
In Azure function app I am using a service bus trigger to read messages. [FunctionName("Function1")] public static async Task<Message> Run([ServiceBusTrig
I know my code is a little messy, I am going to clean it up once I can figure out why the if statements to check state[0] is only printing the first statement.
This is the service in angular : I get the OnlineUser from the component, here i can't connect to APi : private baseUrlRemoveNotifications: string = "api/v1
I want to transfer (For example) {0x000E, 0x09, 0x0022} in 'stdin'. I don't want to do it below method. uint16 ulSize = 0; uint8 ulType = 0; uint16 ulTag = 0; s
What are "sequence points"? What is the relation between undefined behaviour and sequence points? I often use funny and convoluted expressions like a[++i] = i;,
def ask_question(question, option1, option2, option3, option4): print(question) print('1', option1) print('2', option2) print('3', option3)
I am trying to get the validation to work correctly in Firefox. It works fine in Chrome and Safari. In the simplest example in pure HTML, everything looks ok un