really weird issue with app id 871708929528215, a restricted app that has been dormant for years, i have fixed the crashing problem they complained about, and f
I need to recursively turn this object tree into a single array with the order being drilled down so [parent, child, child, grandchild, grandchild, child, grand
I have an array which has nested array like this const arr = [[red,green],[house,roof,wall]] Is there any way to mix the nested array so output will be like th
I'm new to Step Function and I recently was asked to enable Auto Scaling for an specific EMR cluster, and I need to add that to the definition. How am I suppose
Okay, I went through different posts and find out that depending on mobile manufacturers there can be a complications such as capture images get rotated, so you
I have the code where I want to read data from the current sheet, store it in df_old, append the current data to it using df = df_old.append(df) and then repla
What does it change if we do "force_remount=True" or force_remount=False" or when we do not precise it in google colab ? What are the specific reasons that coul
I've searched far and wide, but couldn't find anything. I'm having trouble with something I'm working on - basically what I'm having trouble with is an element
I have a very strange problem. I create 3 entities with the following data: CCB ccb1 = new Ccb(1) CCB ccb2 = new Ccb(2) CCB ccb3 = new Ccb(3) Where the paramet