I have a flutter E-commerce App which has a orderDetails page , I want to convert the whole page to pdf using flutter pdf package, as it would be more convinent
Suppose I have a volume and I know its name or id. I want to determine the list of containers (their names or ids) that use the volume. What commands can I us
I know the question related to orientation has been asked multiple times, but I am facing some weird issue. I am working on one SDK that has some Activity which
I'm trying to make a Register page and i want to require Job details(Company name, Position, etc) part if the user is actively working. But couldn't find the so
After facing some issues working with Umbraco V9 with Bootstrap3 and the default StarterKit theme the images don't show responsive for some screen sizes. Here s
I am creating a formulary and some fields are intended to occupy just 50% of the size that a normal field would take. It is a dynamic formulary so i use a v-for
I have a vanilla Blazor Web Assembly project which I am trying to get access to the IHttpContextAccessor to get info like IP Address, Port number, URL scheme, s
I'm preparing data for multilabel classification and I want to transform text categories into zeros/ones vector. Example input (dataframe): ['a'] ['b'] ['e', 'd
My program is displaying a blank screen when I run it. How can I fix it? import cv2 import mediapipe import time cap = cv2.VideoCapture(1) while True: suc