I am making a growable Textfield widget that a user can add as many textfield as he wants. I am using a list of textfields in this case. If user presses button
i have a data set presented as follow: FORMAT TO CONVERT I would like to classify values in part name and material column based on their value in ID but I am co
I have a linux server and many clients with many operating systems. The server takes an input file from clients. Linux has end of line char LF, while Mac has en
Given measurement data like: 2" 3" Contract When coming back from the server it looks like this: "\"2\"\"\"" "\"3\"\" Contract\"" e.g. as shown within the i
Issue: moving documents from Dynamics 365 to Sharepoint. I have the new URL. I've cleared the documentblob column and replaced the note text with the URL, howev
I am using Geofire in firebase to get the location of two different users. As long as I have just 1 user it works fine but when there are more than two users on
i use microsoft power bi to generate reports for my business, and i use the matrix visual, and i want to make all columns the same width so i add a l
I can't get a Google Cloud Function to run for more than 60secs, even when the timeout is set to 540secs!! Any suggestions? I set the timeout flag on deploymen
I am using a while loop and I want to user to input r, R, p, or P. But when I add more than one condition like: while ((userInput != "r") || (userInput != "p"
I found this implementation of insertion sort that avoids using the typical while loop that I've seen across most video explanations. I'm not exactly sure if th