I am developing a React Native application. but it gives a error as below in the console: FAIL src/features/dashboard/components/jest-tests/ExpandedInstanceSc
I have two different ordered lists that are split by a figure tag. I'd like to continue the numbering across the lists based on the depth classes, and only rese
I want to use typescript on my project, I have successfully installed Machine Environment by using "npm i -g typescript" command, then I want run the .ts file b
I'm on a project where I need to manage connections to both a MongoDB Instance and a PostgreSQL instance. My current idea is to make a custom type that will con
I'm trying to sort a list of objects using my_list.sort(key=operator.attrgetter(attr_name)) but if any of the list items has attr = None instead of attr = 'w
At the moment I am hardcoding some data in the id fields to check does the recycler work and if the adapter is working which it seems to be? My next step is to
Problem: Youtube Music sucks for playing back music you have uploaded for years. The app sucks, and the Android Auto app sucks. I've contacted the YT Music team
i upgraded into bootstrap version 4 to 5 .the Same css applied both container but output image as not viewed properly #home-section.parallax-section:before {
<!--client component.html--> <div *ngFor="let client of clientss"> <h3>{{client.name}}</h3> </div> /***client services****/