I have a class called User which is having List of Account class objects like this public class User{ private List<Account> accounts = new ArrayLi
I've finished my website and everything, but I'm having trouble with the floating header on top, which, as you can see in the image, takes up half of the page.
I use swiper.js in my react component.If I don't use virtual in swiper, everything is going well, but when I use Virtual, the slider does not render. I deleted
On running Selenium Test through Gitlab CI/CD Pipeline, Screenshots are not displaying within Extent Test Report. Test Report and Screenshots folder are getting
I have two dataframes df1 and df2. df1 contains the information of the age of people, while df2 contains the information of the sex of people. Not all the peopl
I ve seen topics asking for a solution to a similar problem, I tried suggested solution. no success yet. However, I had no issue until yesterday when suddenly
I'm using a Python script to get Stock price from an API, Everythinks works great but sometimes I receive html errors instead of prices, These errors prevent th
I am making an app in android studio using java. I have made a dialogfragment for the setting option int the overflow menu. It was working just fine before but