I just updated my mac to macOS Big Sur, and am trying to update to the next version of XCode. It has been on 75-80% progress for hours: Also, when I go to laun
I have a view and I want to add two icons to it, at top right side and at bottom right side. I managed to do that: I used two ZStacks: ZStack(alignment: .botto
I have the following component which is being used in a SweetAlert popup: import React, {useContext, useState} from "react"; import {CartContext} from "../../..
I have been reading about firestore and I am implementing it into my app. The code that I was reading uses a realtime database and I am usin
In VSTO, the Excel chart can be exported by the function: chart.export(). But the quality of exported image is so bad and the resolution can not be selected, li
Hi i have a dataframe which i groupby the quarter of the hour (q1 to q4) and then the hour of the day (hour 1 -24) I then want to perform a calculation based on
I'm trying to create a playwright test (in javascript) that uses the page object model of classes, but where the test and page object model aren't in the same d
I am building a Netflix clone application, and I am using react-router-dom v5 to switch between different pages. However, when I click the Link tag in Navbar.js
I'm using Mockito in flutter application and want to add some test cases: this run failed while the actual result is the same as expected result, here's my test